Commit e6bfbe96 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Gisle Vanem's fix to get this working nicely on windows

parent c871efca
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,9 @@
#include <sys/types.h>
#endif

#ifdef WIN32
#include <winsock.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif