summaryrefslogtreecommitdiff
path: root/src/w32select.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-10-10 17:32:25 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-10-10 17:32:25 -0700
commitc1af190b72f9268dd23c13d43962a64c78aa4174 (patch)
treec6a241f6a51dc2d287aada9303ed3c2eb0bd3afb /src/w32select.c
parente85aafe7bd42773bf517193397c1a0ef0ed6b4a6 (diff)
downloademacs-c1af190b72f9268dd23c13d43962a64c78aa4174.tar.gz
* w32select.c (waiting_for_input): Declare by including "keyboard.h"
instead of having a wrong decl.
Diffstat (limited to 'src/w32select.c')
-rw-r--r--src/w32select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32select.c b/src/w32select.c
index ee0e6d16b11..1b10c74cfe9 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 "w32term.h" /* for all of the w32 includes */
#include "w32common.h" /* os_subtype */
+#include "keyboard.h"
#include "blockinput.h"
#include "charset.h"
#include "coding.h"
@@ -393,7 +394,6 @@ 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 ();