summaryrefslogtreecommitdiffstats
path: root/src/core/network/network.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/network/network.cpp')
-rw-r--r--src/core/network/network.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/network/network.cpp b/src/core/network/network.cpp
index fb21b0a47..56d173b5e 100644
--- a/src/core/network/network.cpp
+++ b/src/core/network/network.cpp
@@ -15,7 +15,9 @@
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
+#include <netinet/in.h>
#include <poll.h>
+#include <sys/socket.h>
#include <unistd.h>
#else
#error "Unimplemented platform"