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
commita2cfe887059a5c1423cd46cb5c3d6c56e2142390 (patch)
tree17303df984798db9cc598751e282dbeb539403c6 /src/macros.c
parenta2786719a4063499d2087c61b1cab8fd6a737472 (diff)
downloademacs-a2cfe887059a5c1423cd46cb5c3d6c56e2142390.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;