summaryrefslogtreecommitdiff
path: root/src/buffer.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
commitd014bf88d3c42bc8e6a9c2dafd432d87f2889eb2 (patch)
tree9fb61d6a9f754d6caa7a6c731324375a58160860 /src/buffer.c
parent61836955225900708449f6220b3e2844d1c62b7d (diff)
downloademacs-d014bf88d3c42bc8e6a9c2dafd432d87f2889eb2.tar.gz
Include blockinput.h.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 1 insertions, 0 deletions
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 */