mirror of
https://github.com/curl/curl.git
synced 2026-04-21 09:42:11 +03:00
include winsock.h on window boxen to work smoother there
This commit is contained in:
parent
9a95a3f8c3
commit
792d73a9cf
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@
|
|||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_WINSOCK_H
|
||||
#include <winsock.h>
|
||||
#endif
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
typedef void CURLM;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue