summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test.cpp b/test.cpp
index fafcb2d..1309643 100644
--- a/test.cpp
+++ b/test.cpp
@@ -31,6 +31,10 @@
#include <windows.h>
#endif
+#ifdef USE_BERKELEY_STYLE_SOCKETS
+#include <netinet/in.h>
+#endif
+
#if (_MSC_VER >= 1000)
#include <crtdbg.h> // for the debug heap
#endif