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

This commit is contained in:
Daniel Stenberg 2003-03-15 21:02:20 +00:00
parent c871efca4b
commit e6bfbe9683
1 changed files with 3 additions and 0 deletions

View File

@ -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