changeset 7727:741ba17eeb20

[HAVE_X_WINDOWS]: Include xterm.h.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 May 1994 12:08:35 +0000
parents 0998ca7d922c
children 23f5b77e3773
files src/keyboard.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sat May 28 12:04:04 1994 +0000
+++ b/src/keyboard.c	Sat May 28 12:08:35 1994 +0000
@@ -53,6 +53,11 @@
 #include "systty.h"
 #include "systime.h"
 
+/* This is to get the definitions of the XK_ symbols.  */
+#ifdef HAVE_X_WINDOWS
+#include "xterm.h"
+#endif
+
 extern int errno;
 
 /* Variables for blockinput.h: */