Commit 792d73a9 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include winsock.h on window boxen to work smoother there

parent 9a95a3f8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;