summaryrefslogtreecommitdiff
path: root/src/core/net-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/net-internal.h')
-rw-r--r--src/core/net-internal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/net-internal.h b/src/core/net-internal.h
index 79da708e..dd870a1b 100644
--- a/src/core/net-internal.h
+++ b/src/core/net-internal.h
@@ -2,5 +2,7 @@
#include <socks.h>
#endif
-#include <netdb.h>
-#include <arpa/inet.h>
+#ifndef WIN32
+# include <netdb.h>
+# include <arpa/inet.h>
+#endif