aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32select.c1
-rw-r--r--src/w32xfns.c1
-rw-r--r--src/window.c2
3 files changed, 3 insertions, 1 deletions
diff --git a/src/w32select.c b/src/w32select.c
index 2877e1657c..560fad01a2 100644
--- a/src/w32select.c
+++ b/src/w32select.c
@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
#include "lisp.h"
#include "w32term.h" /* for all of the w32 includes */
#include "dispextern.h" /* frame.h seems to want this */
+#include "keyboard.h"
#include "frame.h" /* Need this to get the X window of selected_frame */
#include "blockinput.h"
#include "buffer.h"
diff --git a/src/w32xfns.c b/src/w32xfns.c
index df3984eb4b..9624e0dd4e 100644
--- a/src/w32xfns.c
+++ b/src/w32xfns.c
@@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */
#include <signal.h>
#include <stdio.h>
#include "lisp.h"
+#include "keyboard.h"
#include "frame.h"
#include "charset.h"
#include "fontset.h"
diff --git a/src/window.c b/src/window.c
index 88c8c81a90..c7aa6769aa 100644
--- a/src/window.c
+++ b/src/window.c
@@ -22,13 +22,13 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include "lisp.h"
#include "buffer.h"
+#include "keyboard.h"
#include "frame.h"
#include "window.h"
#include "commands.h"
#include "indent.h"
#include "termchar.h"
#include "disptab.h"
-#include "keyboard.h"
#include "dispextern.h"
#include "blockinput.h"
#include "intervals.h"