diff options
Diffstat (limited to 'src/w32select.c')
-rw-r--r-- | src/w32select.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32select.c b/src/w32select.c index a29f5f66278..a38a42ca050 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -76,6 +76,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "lisp.h" #include "w32common.h" /* os_subtype */ #include "w32term.h" /* for all of the w32 includes */ +#include "w32select.h" #include "keyboard.h" /* for waiting_for_input */ #include "blockinput.h" #include "coding.h" |