summaryrefslogtreecommitdiff
path: root/src/insdel.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-04-07 22:11:21 +0000
committerRichard M. Stallman <rms@gnu.org>1993-04-07 22:11:21 +0000
commit49d9abe83684ade37994b209faec07f5f6310c07 (patch)
treee14c76d3abc0fd7f1cc937d6aec85456de8eadfe /src/insdel.c
parenta1a804a23a60f7478a1b1c539793b71bf377c6b9 (diff)
downloademacs-49d9abe83684ade37994b209faec07f5f6310c07.tar.gz
Include blockinput.h.
Diffstat (limited to 'src/insdel.c')
-rw-r--r--src/insdel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 647c4beb3a4..a1b3b1ff113 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -23,6 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "intervals.h"
#include "buffer.h"
#include "window.h"
+#include "blockinput.h"
/* Move gap to position `pos'.
Note that this can quit! */