1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

This commit is contained in:
Gisle Vanem 2007-10-06 17:20:06 +00:00
parent 83f385acf3
commit 43a4604639

View File

@ -151,6 +151,7 @@ extern "C" {
/* The check above prevents the winsock2 inclusion if winsock.h already was
included, since they can't co-exist without problems */
#include <winsock2.h>
#include <ws2tcpip.h>
#endif
#else