summaryrefslogtreecommitdiff
path: root/src/pulsecore/arpa-inet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/arpa-inet.c')
-rw-r--r--src/pulsecore/arpa-inet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/arpa-inet.c b/src/pulsecore/arpa-inet.c
index afea397..fb34299 100644
--- a/src/pulsecore/arpa-inet.c
+++ b/src/pulsecore/arpa-inet.c
@@ -21,7 +21,7 @@
#include <config.h>
#endif
-#if !defined(HAVE_ARPA_INET_H) && defined(OS_IS_WIN32)
+#if !defined(HAVE_ARPA_INET_H) && defined(OS_IS_WIN32) && (_WIN32_WINNT < 0x0600)
#include <errno.h>