From 65b3a9b4980c26f4d83966c4a3ff5fe99e265072 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 16 Feb 2000 00:01:07 +0000 Subject: [PATCH] =?utf8?q?J=F6rn=20Hartroth=20adjusted=20for=20the=20mingw?= =?utf8?q?32=20compiler?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/timeval.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/timeval.h b/lib/timeval.h index fe99e28..c5ff9a8 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 -- 2.7.4