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 #ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h> #include <sys/socket.h>
#endif #endif
#ifdef HAVE_WINSOCK_H
#include <winsock.h>
#endif
#include <curl/curl.h> #include <curl/curl.h>
typedef void CURLM; typedef void CURLM;