]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/inet_pton.h
Use <pulsecore/socket.h> instead of <sys/socket.h>
[pulseaudio] / src / pulsecore / inet_pton.h
index 111b4a07feb4a26e63e99d634a644459d4bc8f65..9d9c476a7364348b0489f7ed4024009448d0f3e0 100644 (file)
@@ -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);