aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
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 198139019ea..b5d1ab89c5c 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -49,6 +49,7 @@ extern int errno;
49#include "indent.h" 49#include "indent.h"
50#include "blockinput.h" 50#include "blockinput.h"
51#include "keyboard.h" 51#include "keyboard.h"
52#include "keymap.h"
52#include "frame.h" 53#include "frame.h"
53 54
54struct buffer *current_buffer; /* the current buffer */ 55struct buffer *current_buffer; /* the current buffer */