summaryrefslogtreecommitdiff
path: root/toxcore/TCP_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_server.c')
-rw-r--r--toxcore/TCP_server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/TCP_server.c b/toxcore/TCP_server.c
index b31fab72..032b07b3 100644
--- a/toxcore/TCP_server.c
+++ b/toxcore/TCP_server.c
@@ -39,6 +39,7 @@
39#include <unistd.h> 39#include <unistd.h>
40#endif 40#endif
41 41
42#include "mono_time.h"
42#include "util.h" 43#include "util.h"
43 44
44typedef struct TCP_Secure_Connection { 45typedef struct TCP_Secure_Connection {