summaryrefslogtreecommitdiffstats
path: root/source/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Globals.h b/source/Globals.h
index 2b37c6df4..36d174548 100644
--- a/source/Globals.h
+++ b/source/Globals.h
@@ -27,6 +27,8 @@
#include <sys/types.h>
#include <sys/stat.h> // for mkdir
#include <sys/time.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
#include <time.h>
#include <dirent.h>
#include <errno.h>