1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-17 11:32:59 -07:00

Include blockinput.h.

This commit is contained in:
Gerd Moellmann 2001-04-11 13:58:25 +00:00
parent ec2423c930
commit 91b11d9df1

View file

@ -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