diff options
| author | Stefan Monnier | 2001-10-10 16:05:21 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-10 16:05:21 +0000 |
| commit | e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5 (patch) | |
| tree | 0e39f1cb6e526797bd10beabdca930f114f6688c /src/window.c | |
| parent | 07becdb1973bdeb055eedb959d7f10abe36b574b (diff) | |
| download | emacs-e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5.tar.gz emacs-e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5.zip | |
Include keymap.h.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index b486a38b9d2..11c56bbbe73 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
| 25 | #include "buffer.h" | 25 | #include "buffer.h" |
| 26 | #include "keyboard.h" | 26 | #include "keyboard.h" |
| 27 | #include "keymap.h" | ||
| 27 | #include "frame.h" | 28 | #include "frame.h" |
| 28 | #include "window.h" | 29 | #include "window.h" |
| 29 | #include "commands.h" | 30 | #include "commands.h" |