diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-06-04 19:59:30 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-06-04 19:59:30 +0000 |
commit | c68a2829f2293dfca9edb98aae3426e5a3e6b8c3 (patch) | |
tree | 30dc1268720ba36ee7d116b52b0c561b3bc2e102 /src/emacs.c | |
parent | 910182298af7f21498c03a2edfdf4331539de386 (diff) | |
download | emacs-c68a2829f2293dfca9edb98aae3426e5a3e6b8c3.tar.gz |
Include w32heap.h, to avoid compiler warning about sbrk.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 68720eecc27..fd38268386a 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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" |