diff options
| author | Eli Zaretskii | 2005-06-04 19:59:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-06-04 19:59:30 +0000 |
| commit | c68a2829f2293dfca9edb98aae3426e5a3e6b8c3 (patch) | |
| tree | 30dc1268720ba36ee7d116b52b0c561b3bc2e102 /src | |
| parent | 910182298af7f21498c03a2edfdf4331539de386 (diff) | |
| download | emacs-c68a2829f2293dfca9edb98aae3426e5a3e6b8c3.tar.gz emacs-c68a2829f2293dfca9edb98aae3426e5a3e6b8c3.zip | |
Include w32heap.h, to avoid compiler warning about sbrk.
Diffstat (limited to 'src')
| -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. */ | |||
| 44 | #include <fcntl.h> | 44 | #include <fcntl.h> |
| 45 | #include <windows.h> /* just for w32.h */ | 45 | #include <windows.h> /* just for w32.h */ |
| 46 | #include "w32.h" | 46 | #include "w32.h" |
| 47 | #include "w32heap.h" /* for prototype of sbrk */ | ||
| 47 | #endif | 48 | #endif |
| 48 | 49 | ||
| 49 | #include "lisp.h" | 50 | #include "lisp.h" |