diff options
| author | Stefan Monnier | 2001-10-08 11:39:52 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-08 11:39:52 +0000 |
| commit | 8feddab4e024ab610b6e7c3399bfcd2f63b4a6f9 (patch) | |
| tree | dcae62fc4f26f73909e023530f445e8f1e98e270 /src/term.c | |
| parent | 0c5b23f8ef29d76dd955986e0094549cb7c1aadf (diff) | |
| download | emacs-8feddab4e024ab610b6e7c3399bfcd2f63b4a6f9.tar.gz emacs-8feddab4e024ab610b6e7c3399bfcd2f63b4a6f9.zip | |
Include keymap.h.
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 1 |
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 |