mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
<ws2tcpip.h> needed for 'socklen_t' typedef.
This commit is contained in:
parent
83f385acf3
commit
43a4604639
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user