]> git.sesse.net Git - vlc/blobdiff - include/vlc_network.h
Remove the sys/socket.h check. We don't really use it anyway, and socket calls have...
[vlc] / include / vlc_network.h
index e13a8ebda356c913702a05546c7c765e218f75d4..5e09fb298416292ce71796ff73468db956c1e8db 100644 (file)
@@ -45,9 +45,7 @@ extern const char *net_strerror( int val );
 #       define IPV6_V6ONLY 27
 #   endif
 #else
-#   if HAVE_SYS_SOCKET_H
-#      include <sys/socket.h>
-#   endif
+#   include <sys/socket.h>
 #   if HAVE_NETINET_IN_H
 #      include <netinet/in.h>
 #   endif