Skip to content
Snippets Groups Projects
Commit 792d73a9 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include winsock.h on window boxen to work smoother there

parent 9a95a3f8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment