summaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-08-22 22:41:00 +0000
committerAndrew Innes <andrewi@gnu.org>2000-08-22 22:41:00 +0000
commit2538fae4f8e5e7a82449dd904d471439c9eb6345 (patch)
tree3eb2c6bdc5fe15319a0764da29721cbd218054f3 /src/term.c
parente36ec798cc3811bf267219ebddd411e6c3ddb309 (diff)
downloademacs-2538fae4f8e5e7a82449dd904d471439c9eb6345.tar.gz
Include keyboard.h before frame.h.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 01e5b578164..07e633fec62 100644
--- a/src/term.c
+++ b/src/term.c
@@ -31,10 +31,10 @@ Boston, MA 02111-1307, USA. */
#include "lisp.h"
#include "charset.h"
#include "coding.h"
+#include "keyboard.h"
#include "frame.h"
#include "disptab.h"
#include "termhooks.h"
-#include "keyboard.h"
#include "dispextern.h"
#include "window.h"