summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Globals.h b/src/Globals.h
index e4dbe97d6..0b6ff8ac5 100644
--- a/src/Globals.h
+++ b/src/Globals.h
@@ -97,6 +97,8 @@
#define PLATFORM_CRYPTOGRAPHY 0
#include <arpa/inet.h>
+ #include <netinet/in.h>
+ #include <sys/socket.h>
#include <unistd.h>
#endif