summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/inet_pton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/inet_pton.h')
-rw-r--r--src/pulsecore/inet_pton.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pulsecore/inet_pton.h b/src/pulsecore/inet_pton.h
index 111b4a07..9d9c476a 100644
--- a/src/pulsecore/inet_pton.h
+++ b/src/pulsecore/inet_pton.h
@@ -1,11 +1,7 @@
#ifndef fooinet_ptonhfoo
#define fooinet_ptonhfoo
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-
-#include "winsock.h"
+#include <pulsecore/socket.h>
int inet_pton(int af, const char *src, void *dst);