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