aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-02-06 20:09:50 +0000
committerRichard M. Stallman1996-02-06 20:09:50 +0000
commit6c3a4e9dbbcb68121da1e608fea47dae333c6bfc (patch)
tree58eae320b333b02853fbf4a00e06bf0ca13d179d /src
parentd5eead69fe6e9053ff20475b59539f95bea2589e (diff)
downloademacs-6c3a4e9dbbcb68121da1e608fea47dae333c6bfc.tar.gz
emacs-6c3a4e9dbbcb68121da1e608fea47dae333c6bfc.zip
Include blockinput.h.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
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. */
40#include "intervals.h" 40#include "intervals.h"
41 41
42#include "systty.h" 42#include "systty.h"
43#include "blockinput.h"
43#include "syssignal.h" 44#include "syssignal.h"
44#include "process.h" 45#include "process.h"
45 46