diff src/xdisp.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 54680b998295
children 7784f9b030a8
line wrap: on
line diff
--- a/src/xdisp.c	Tue Apr 14 10:56:46 1998 +0000
+++ b/src/xdisp.c	Tue Apr 14 12:25:56 1998 +0000
@@ -40,6 +40,11 @@
 #include "keyboard.h"
 #include "coding.h"
 #include "process.h"
+#include "region-cache.h"
+
+#ifdef HAVE_WINDOW_SYSTEM
+#include "xterm.h"
+#endif
 
 #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI)
 extern void set_frame_menubar ();
@@ -5468,6 +5473,7 @@
 }
 
 /* initialize the window system */
+void
 init_xdisp ()
 {
   Lisp_Object root_window;