diff options
Diffstat (limited to 'src/buffer.h')
-rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index 3ffc145..1502ef0 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | #include <lua.h> | 9 | #include <lua.h> |
10 | #include "io.h" | 10 | #include "io.h" |
11 | #include "tm.h" | 11 | #include "timeout.h" |
12 | 12 | ||
13 | /* buffer size in bytes */ | 13 | /* buffer size in bytes */ |
14 | #define BUF_SIZE 8192 | 14 | #define BUF_SIZE 8192 |