mirror of
https://github.com/curl/curl.git
synced 2026-05-15 16:56:21 +03:00
Replace <winsock.h> with <winsock2.h>
since IPv6 support is required.
This commit is contained in:
parent
ccdb43f7f1
commit
f1aa4b4127
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#include <sys/socket.h>
|
||||
#include <tcp.h>
|
||||
#elif defined(WIN32)
|
||||
#include <winsock.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue