diff options
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index becab72ccdd..300f8ef6858 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -42,6 +42,8 @@ Boston, MA 02111-1307, USA. */ #ifdef WINDOWSNT #include <fcntl.h> +#include <windows.h> /* just for w32.h */ +#include "w32.h" #endif #include "lisp.h" @@ -1660,6 +1662,7 @@ main (argc, argv #ifdef HAVE_NTGUI globals_of_w32fns (); globals_of_w32menu (); + globals_of_w32select (); #endif /* HAVE_NTGUI */ } |