diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-28 12:08:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-28 12:08:35 +0000 |
commit | 8011499a4d4abada007a0603153a8249bba433b5 (patch) | |
tree | f7323c54edb814dcfccf3578f59b44722228d91d /src | |
parent | e97b90062cb727ce616b72fe7f887c770bce0fad (diff) | |
download | emacs-8011499a4d4abada007a0603153a8249bba433b5.tar.gz |
[HAVE_X_WINDOWS]: Include xterm.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/keyboard.c | 5 |
1 files changed, 5 insertions, 0 deletions
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: */ |