aboutsummaryrefslogtreecommitdiff
path: root/src/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcp.h')
-rw-r--r--src/tcp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tcp.h b/src/tcp.h
index d4cc65c..f4319f3 100644
--- a/src/tcp.h
+++ b/src/tcp.h
@@ -3,9 +3,9 @@
3 3
4#include <lua.h> 4#include <lua.h>
5 5
6#include "buf.h" 6#include "buffer.h"
7#include "tm.h" 7#include "timeout.h"
8#include "sock.h" 8#include "socket.h"
9 9
10typedef struct t_tcp_ { 10typedef struct t_tcp_ {
11 t_sock sock; 11 t_sock sock;