aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorStefan Monnier2001-10-08 11:39:52 +0000
committerStefan Monnier2001-10-08 11:39:52 +0000
commit8feddab4e024ab610b6e7c3399bfcd2f63b4a6f9 (patch)
treedcae62fc4f26f73909e023530f445e8f1e98e270 /src/term.c
parent0c5b23f8ef29d76dd955986e0094549cb7c1aadf (diff)
downloademacs-8feddab4e024ab610b6e7c3399bfcd2f63b4a6f9.tar.gz
emacs-8feddab4e024ab610b6e7c3399bfcd2f63b4a6f9.zip
Include keymap.h.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index dcdbe9dddac..9f281db0182 100644
--- a/src/term.c
+++ b/src/term.c
@@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA. */
36#include "termhooks.h" 36#include "termhooks.h"
37#include "dispextern.h" 37#include "dispextern.h"
38#include "window.h" 38#include "window.h"
39#include "keymap.h"
39 40
40/* For now, don't try to include termcap.h. On some systems, 41/* For now, don't try to include termcap.h. On some systems,
41 configure finds a non-standard termcap.h that the main build 42 configure finds a non-standard termcap.h that the main build