Commit 43a46046 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

<ws2tcpip.h> needed for 'socklen_t' typedef.

parent 83f385ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -151,6 +151,7 @@ extern "C" {
/* The check above prevents the winsock2 inclusion if winsock.h already was
/* The check above prevents the winsock2 inclusion if winsock.h already was
   included, since they can't co-exist without problems */
   included, since they can't co-exist without problems */
#include <winsock2.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#endif
#endif
#else
#else