aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index f435a3959a3..a8c64115098 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"