diff options
| author | Richard M. Stallman | 1996-02-06 20:09:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-02-06 20:09:50 +0000 |
| commit | 6c3a4e9dbbcb68121da1e608fea47dae333c6bfc (patch) | |
| tree | 58eae320b333b02853fbf4a00e06bf0ca13d179d /src | |
| parent | d5eead69fe6e9053ff20475b59539f95bea2589e (diff) | |
| download | emacs-6c3a4e9dbbcb68121da1e608fea47dae333c6bfc.tar.gz emacs-6c3a4e9dbbcb68121da1e608fea47dae333c6bfc.zip | |
Include blockinput.h.
Diffstat (limited to 'src')
| -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. */ | |||
| 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 | ||