1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

include winsock.h on window boxen to work smoother there

This commit is contained in:
Daniel Stenberg 2002-02-19 11:00:34 +00:00
parent 9a95a3f8c3
commit 792d73a9cf

View File

@ -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;