diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
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. */ | |||
| 36 | #include "buffer.h" | 36 | #include "buffer.h" |
| 37 | #include "syntax.h" | 37 | #include "syntax.h" |
| 38 | #include "indent.h" | 38 | #include "indent.h" |
| 39 | #include "blockinput.h" | ||
| 39 | 40 | ||
| 40 | struct buffer *current_buffer; /* the current buffer */ | 41 | struct buffer *current_buffer; /* the current buffer */ |
| 41 | 42 | ||