mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
include winsock.h on window boxen to work smoother there
This commit is contained in:
parent
9a95a3f8c3
commit
792d73a9cf
@ -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…
Reference in New Issue
Block a user