summaryrefslogtreecommitdiff
path: root/src/socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.cpp')
-rw-r--r--src/socket.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp
index ef339c486..f8afed229 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -50,7 +50,8 @@ typedef int socket_t;
#include <iostream>
#include <stdlib.h>
#include <errno.h>
-#include "utility.h"
+#include "util/string.h"
+#include "util/numeric.h"
bool socket_enable_debug_output = false;
#define DP socket_enable_debug_output