aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32select.c
diff options
context:
space:
mode:
authorAndrew Innes2000-08-22 23:45:16 +0000
committerAndrew Innes2000-08-22 23:45:16 +0000
commit3e4731a35aecef3d0002b3bcc2d89c87d26646fa (patch)
tree82c2142b7ca08df8a7753f9b662ba40159816eb0 /src/w32select.c
parent38006079e4a18d30090ee187f032eff4c6182ea6 (diff)
downloademacs-3e4731a35aecef3d0002b3bcc2d89c87d26646fa.tar.gz
emacs-3e4731a35aecef3d0002b3bcc2d89c87d26646fa.zip
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 2877e1657cc..560fad01a20 100644
--- a/src/w32select.c
+++ b/src/w32select.c
@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
24#include "lisp.h" 24#include "lisp.h"
25#include "w32term.h" /* for all of the w32 includes */ 25#include "w32term.h" /* for all of the w32 includes */
26#include "dispextern.h" /* frame.h seems to want this */ 26#include "dispextern.h" /* frame.h seems to want this */
27#include "keyboard.h"
27#include "frame.h" /* Need this to get the X window of selected_frame */ 28#include "frame.h" /* Need this to get the X window of selected_frame */
28#include "blockinput.h" 29#include "blockinput.h"
29#include "buffer.h" 30#include "buffer.h"