diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-06 20:09:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-06 20:09:50 +0000 |
commit | ca8228a8fc222b59fc468668b03cbd5a2e9ddc4d (patch) | |
tree | 306043fd8068c87b7563bb262d23b2fc666bf14b /src/emacs.c | |
parent | 3dc377499987783097ae4ff5faa7fe5054eddac4 (diff) | |
download | emacs-ca8228a8fc222b59fc468668b03cbd5a2e9ddc4d.tar.gz |
Include blockinput.h.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 5518da9647a..6ddd37f24de 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -40,6 +40,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "intervals.h" #include "systty.h" +#include "blockinput.h" #include "syssignal.h" #include "process.h" |