diff options
Diffstat (limited to 'src/buffer.c')
| -rwxr-xr-x | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 95fef9d..37cbdfc 100755 --- a/src/buffer.c +++ b/src/buffer.c @@ -4,6 +4,7 @@ #include <string.h> #include <assert.h> +#include "main.h" #include "buffer.h" buffer_t * newBuffer(int n) |