Jörn Hartroth adjusted for the mingw32 compiler
authorDaniel Stenberg <daniel@haxx.se>
Wed, 16 Feb 2000 00:01:07 +0000 (00:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Feb 2000 00:01:07 +0000 (00:01 +0000)
lib/timeval.h

index fe99e28..c5ff9a8 100644 (file)
@@ -42,6 +42,7 @@
 
 #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
 #include <time.h>
+#include <winsock.h>
 #else
 #include <sys/time.h>
 #endif