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