Include w32heap.h, to avoid compiler warning about sbrk.
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Jun 2005 19:59:30 +0000 (19:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Jun 2005 19:59:30 +0000 (19:59 +0000)
src/emacs.c

index 68720ee..fd38268 100644 (file)
@@ -44,6 +44,7 @@ Boston, MA 02111-1307, USA.  */
 #include <fcntl.h>
 #include <windows.h> /* just for w32.h */
 #include "w32.h"
+#include "w32heap.h" /* for prototype of sbrk */
 #endif
 
 #include "lisp.h"