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/minibuf.c | |
| parent | 0c5b23f8ef29d76dd955986e0094549cb7c1aadf (diff) | |
| download | emacs-8feddab4e024ab610b6e7c3399bfcd2f63b4a6f9.tar.gz emacs-8feddab4e024ab610b6e7c3399bfcd2f63b4a6f9.zip | |
Include keymap.h.
Diffstat (limited to 'src/minibuf.c')
| -rw-r--r-- | src/minibuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 8a1923d0ef6..c9b20a2e3f5 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 32 | #include "window.h" | 32 | #include "window.h" |
| 33 | #include "syntax.h" | 33 | #include "syntax.h" |
| 34 | #include "intervals.h" | 34 | #include "intervals.h" |
| 35 | #include "keymap.h" | ||
| 35 | 36 | ||
| 36 | extern int quit_char; | 37 | extern int quit_char; |
| 37 | 38 | ||