From d014bf88d3c42bc8e6a9c2dafd432d87f2889eb2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 7 Apr 1993 22:11:21 +0000 Subject: [PATCH] Include blockinput.h. --- src/buffer.c | 1 + src/insdel.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/buffer.c b/src/buffer.c index ddfab45d148..118519f36ff 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -36,6 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "buffer.h" #include "syntax.h" #include "indent.h" +#include "blockinput.h" struct buffer *current_buffer; /* the current buffer */ 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! */