aboutsummaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/udp.h b/src/udp.h
index 4ba53e6..a6f17e2 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -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