aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-05-28 12:08:35 +0000
committerRichard M. Stallman <[email protected]>1994-05-28 12:08:35 +0000
commitc5e3b6c5c1554d70e6873c3537e476953069e3e1 (patch)
tree274dd7606f413e0978d6433a347ea2002f8dd199 /src/keyboard.c
parenta4b9d3da053e4a5611e9b9cfb657dfbb71292e6f (diff)
[HAVE_X_WINDOWS]: Include xterm.h.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 7179e3a532..3619dc0abf 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -53,6 +53,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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: */