summaryrefslogtreecommitdiff
path: root/src/macros.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-10 05:33:58 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-10 05:33:58 +0000
commit077d751f1452e24c6bc400776c6464f564e074fc (patch)
tree4f5bdf6fcf527364bc44e004c4aef69a7ea1fc3c /src/macros.c
parentc2fb84883170b04d3e6649e7c1f6f96ca9c1599d (diff)
downloademacs-077d751f1452e24c6bc400776c6464f564e074fc.tar.gz
Include keyboard.h.
Diffstat (limited to 'src/macros.c')
-rw-r--r--src/macros.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros.c b/src/macros.c
index b03d2dfa18d..0ff7733d445 100644
--- a/src/macros.c
+++ b/src/macros.c
@@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "commands.h"
#include "buffer.h"
#include "window.h"
+#include "keyboard.h"
Lisp_Object Qexecute_kbd_macro;