diff options
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 |