diff src/buffer.c @ 31102:6a0caa788013

Include keyboard.h before frame.h.
author Andrew Innes <andrewi@gnu.org>
date Tue, 22 Aug 2000 22:41:00 +0000
parents c1de0fc3a34b
children 89c7c0e869af
line wrap: on
line diff
--- a/src/buffer.c	Tue Aug 22 22:40:16 2000 +0000
+++ b/src/buffer.c	Tue Aug 22 22:41:00 2000 +0000
@@ -26,7 +26,9 @@
 #include <sys/param.h>
 #include <errno.h>
 
+#ifndef USE_CRT_DLL
 extern int errno;
+#endif
 
 #ifndef MAXPATHLEN
 /* in 4.1, param.h fails to define this. */
@@ -45,6 +47,7 @@
 #include "region-cache.h"
 #include "indent.h"
 #include "blockinput.h"
+#include "keyboard.h"
 #include "frame.h"
 
 struct buffer *current_buffer;		/* the current buffer */