diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-14 12:00:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-14 12:00:45 +0000 |
commit | 749f5387c19449209615b282ac738032f2a890e7 (patch) | |
tree | a6c04163df233dd5c723660f5a4f6550f70fc038 /lib/timeval.h | |
parent | 7553341badc73d7e9cdf6a0dd1f03ae04f766b92 (diff) | |
download | curl-749f5387c19449209615b282ac738032f2a890e7.tar.gz |
Gisle Vanem's IPv6-on-Windows patch applied!
Diffstat (limited to 'lib/timeval.h')
-rw-r--r-- | lib/timeval.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/timeval.h b/lib/timeval.h index 7be60657f..02d08fa60 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -27,7 +27,6 @@ #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) #include <time.h> -#include <winsock.h> #else #include <sys/time.h> #endif |