From c5e3b6c5c1554d70e6873c3537e476953069e3e1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 May 1994 12:08:35 +0000 Subject: [PATCH] [HAVE_X_WINDOWS]: Include xterm.h. --- src/keyboard.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/keyboard.c b/src/keyboard.c index 7179e3a5321..3619dc0abf6 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: */ -- 2.39.5