diff options
Diffstat (limited to 'src/macros.c')
| -rw-r--r-- | src/macros.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros.c b/src/macros.c index c70e29d9db1..c585685bc1c 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -26,6 +26,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 26 | #include "buffer.h" | 26 | #include "buffer.h" |
| 27 | #include "window.h" | 27 | #include "window.h" |
| 28 | #include "keyboard.h" | 28 | #include "keyboard.h" |
| 29 | #include "keymap.h" | ||
| 29 | 30 | ||
| 30 | Lisp_Object Qexecute_kbd_macro, Qkbd_macro_termination_hook; | 31 | Lisp_Object Qexecute_kbd_macro, Qkbd_macro_termination_hook; |
| 31 | 32 | ||