summaryrefslogtreecommitdiff
path: root/src/network/address.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/address.h')
-rw-r--r--src/network/address.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/address.h b/src/network/address.h
index 79ca21f8c..fb25b3565 100644
--- a/src/network/address.h
+++ b/src/network/address.h
@@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <ws2tcpip.h>
#else
#include <netinet/in.h>
+#include <sys/socket.h>
#endif
#include <ostream>