From: Gerd Moellmann Date: Wed, 11 Apr 2001 13:58:25 +0000 (+0000) Subject: Include blockinput.h. X-Git-Tag: emacs-pretest-21.0.103~233 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91b11d9df18f1bd7aceddbdd5421ea8561d9e42c;p=emacs.git Include blockinput.h. --- diff --git a/src/fns.c b/src/fns.c index c0b8190433e..2b398e08ce5 100644 --- a/src/fns.c +++ b/src/fns.c @@ -41,6 +41,7 @@ Boston, MA 02111-1307, USA. */ #include "intervals.h" #include "frame.h" #include "window.h" +#include "blockinput.h" #if defined (HAVE_MENUS) && defined (HAVE_X_WINDOWS) #include "xterm.h" #endif