summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/inet_pton.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/inet_pton.c')
-rw-r--r--src/pulsecore/inet_pton.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pulsecore/inet_pton.c b/src/pulsecore/inet_pton.c
index abdfa467..198d1a0d 100644
--- a/src/pulsecore/inet_pton.c
+++ b/src/pulsecore/inet_pton.c
@@ -28,11 +28,7 @@
#ifndef HAVE_INET_PTON
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-
-#include "winsock.h"
+#include <pulsecore/socket.h>
#include "inet_pton.h"