diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-02-16 00:01:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-02-16 00:01:07 +0000 |
commit | 65b3a9b4980c26f4d83966c4a3ff5fe99e265072 (patch) | |
tree | 3deca06c8bd9e62dd5f2088079636e824849e3da /lib/timeval.h | |
parent | b4a47dda27f175a8f33c64b935fb2fea4b47cbb3 (diff) | |
download | curl-65b3a9b4980c26f4d83966c4a3ff5fe99e265072.tar.gz |
Jörn Hartroth adjusted for the mingw32 compiler
Diffstat (limited to 'lib/timeval.h')
-rw-r--r-- | lib/timeval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/timeval.h b/lib/timeval.h index fe99e2896..c5ff9a8cb 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -42,6 +42,7 @@ #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) #include <time.h> +#include <winsock.h> #else #include <sys/time.h> #endif |