mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:27:30 +03:00
<ws2tcpip.h> needed for 'socklen_t' typedef.
This commit is contained in:
parent
83f385acf3
commit
43a4604639
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue