From: Daniel Stenberg Date: Wed, 16 Feb 2000 00:01:07 +0000 (+0000) Subject: Jörn Hartroth adjusted for the mingw32 compiler X-Git-Tag: curl-6_5~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65b3a9b4980c26f4d83966c4a3ff5fe99e265072;p=thirdparty%2Fcurl.git Jörn Hartroth adjusted for the mingw32 compiler --- diff --git a/lib/timeval.h b/lib/timeval.h index fe99e28964..c5ff9a8cb4 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -42,6 +42,7 @@ #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) #include +#include #else #include #endif