aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 8e5fb6c..f43e676 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -17,7 +17,7 @@
17* 17*
18* RCS ID: $Id$ 18* RCS ID: $Id$
19\*=========================================================================*/ 19\*=========================================================================*/
20#include <lua.h> 20#include "lua.h"
21 21
22#include "io.h" 22#include "io.h"
23#include "timeout.h" 23#include "timeout.h"