Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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