mirror of
https://github.com/curl/curl.git
synced 2026-07-16 03:47:15 +03:00
Gisle Vanem's fix to get this working nicely on windows
This commit is contained in:
parent
c871efca4b
commit
e6bfbe9683
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@
|
|||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winsock.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue