X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/cce7d53002e8abc346b67ea4100507b0e7c4d68e..ec7cc85b3974f570965807203360dfa86069a136:/src/w32select.c diff --git a/src/w32select.c b/src/w32select.c index 23d5fb68c7..e3225c3f99 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -78,10 +78,8 @@ along with GNU Emacs. If not, see . */ #include "w32term.h" /* for all of the w32 includes */ #include "w32heap.h" /* os_subtype */ #include "blockinput.h" -#include "keyboard.h" /* cmd_error_internal() */ #include "charset.h" #include "coding.h" -#include "character.h" #include "composite.h" @@ -391,6 +389,7 @@ run_protected (Lisp_Object (*code) (Lisp_Object), Lisp_Object arg) with global variables and calling strange looking functions. Is this really the right way to run Lisp callbacks? */ + extern int waiting_for_input; /* from keyboard.c */ int owfi; BLOCK_INPUT;