# HG changeset patch # User Andrew Innes # Date 966987916 0 # Node ID f390b90e3495c59590281b78aa236d46710dd570 # Parent bbd7763673b648a32bab9afac574cea2528b48b0 Include keyboard.h before frame.h. diff -r bbd7763673b6 -r f390b90e3495 src/w32select.c --- a/src/w32select.c Tue Aug 22 23:43:25 2000 +0000 +++ b/src/w32select.c Tue Aug 22 23:45:16 2000 +0000 @@ -24,6 +24,7 @@ #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 -r bbd7763673b6 -r f390b90e3495 src/w32xfns.c --- a/src/w32xfns.c Tue Aug 22 23:43:25 2000 +0000 +++ b/src/w32xfns.c Tue Aug 22 23:45:16 2000 +0000 @@ -22,6 +22,7 @@ #include #include #include "lisp.h" +#include "keyboard.h" #include "frame.h" #include "charset.h" #include "fontset.h" diff -r bbd7763673b6 -r f390b90e3495 src/window.c --- a/src/window.c Tue Aug 22 23:43:25 2000 +0000 +++ b/src/window.c Tue Aug 22 23:45:16 2000 +0000 @@ -22,13 +22,13 @@ #include #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"