]> git.sesse.net Git - vlc/blobdiff - include/network.h
* all: compilation fix with vc7.1 compiler, and removed a bunch of warnings (there...
[vlc] / include / network.h
index ed79473473487eb716bff07f2abfa4e8434f0b6f..2aeb2a3787321d90bc4ad69e862627ccc253b151 100644 (file)
@@ -30,6 +30,7 @@
 #   include <winsock.h>
 #elif defined( WIN32 )
 #   include <winsock2.h>
+#   include <ws2tcpip.h>
 #elif HAVE_SYS_SOCKET_H
 #   include <sys/socket.h>
 #endif