aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorStefan Monnier2001-10-10 16:05:21 +0000
committerStefan Monnier2001-10-10 16:05:21 +0000
commite35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5 (patch)
tree0e39f1cb6e526797bd10beabdca930f114f6688c /src/frame.c
parent07becdb1973bdeb055eedb959d7f10abe36b574b (diff)
downloademacs-e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5.tar.gz
emacs-e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5.zip
Include keymap.h.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index 3fb507b7752..0e41812b800 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -37,6 +37,7 @@ Boston, MA 02111-1307, USA. */
37/* These help us bind and responding to switch-frame events. */ 37/* These help us bind and responding to switch-frame events. */
38#include "commands.h" 38#include "commands.h"
39#include "keyboard.h" 39#include "keyboard.h"
40#include "keymap.h"
40#include "frame.h" 41#include "frame.h"
41#ifdef HAVE_WINDOW_SYSTEM 42#ifdef HAVE_WINDOW_SYSTEM
42#include "fontset.h" 43#include "fontset.h"