diff options
Diffstat (limited to 'src/udp.h')
-rw-r--r-- | src/udp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ | |||
3 | 3 | ||
4 | #include <lua.h> | 4 | #include <lua.h> |
5 | 5 | ||
6 | #include "tm.h" | 6 | #include "timeout.h" |
7 | #include "sock.h" | 7 | #include "socket.h" |
8 | 8 | ||
9 | #define UDP_DATAGRAMSIZE 576 | 9 | #define UDP_DATAGRAMSIZE 576 |
10 | 10 | ||