changeset 50171:cc9c3fcd6f7f

Include blockinput.h for interrupt_input_blocked.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 17 Mar 2003 16:07:30 +0000
parents 6d9dca2111b7
children 48610ee0507d
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Mon Mar 17 05:38:39 2003 +0000
+++ b/src/xdisp.c	Mon Mar 17 16:07:30 2003 +0000
@@ -187,6 +187,7 @@
 #include "process.h"
 #include "region-cache.h"
 #include "fontset.h"
+#include "blockinput.h"
 
 #ifdef HAVE_X_WINDOWS
 #include "xterm.h"