aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32select.c
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2000-08-22 23:45:16 +0000
committerAndrew Innes <[email protected]>2000-08-22 23:45:16 +0000
commit3e4731a35aecef3d0002b3bcc2d89c87d26646fa (patch)
tree82c2142b7ca08df8a7753f9b662ba40159816eb0 /src/w32select.c
parent38006079e4a18d30090ee187f032eff4c6182ea6 (diff)
Include keyboard.h before frame.h.
Diffstat (limited to 'src/w32select.c')
-rw-r--r--src/w32select.c1
1 files changed, 1 insertions, 0 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"