aboutsummaryrefslogtreecommitdiff
path: root/lib/timeval.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-02-16 00:01:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-02-16 00:01:07 +0000
commit65b3a9b4980c26f4d83966c4a3ff5fe99e265072 (patch)
tree3deca06c8bd9e62dd5f2088079636e824849e3da /lib/timeval.h
parentb4a47dda27f175a8f33c64b935fb2fea4b47cbb3 (diff)
Jörn Hartroth adjusted for the mingw32 compiler
Diffstat (limited to 'lib/timeval.h')
-rw-r--r--lib/timeval.h1
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