From: Yang Tse Date: Sat, 17 Feb 2007 11:43:52 +0000 (+0000) Subject: Replicate the configure tests that determined that timeval was available. X-Git-Tag: curl-7_16_2~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=789fd0b74aa9170124ab8604d7dfbf39fa589e7a;p=thirdparty%2Fcurl.git Replicate the configure tests that determined that timeval was available. --- diff --git a/tests/libtest/testutil.h b/tests/libtest/testutil.h index 31e00ffe5e..18bd9e99cc 100644 --- a/tests/libtest/testutil.h +++ b/tests/libtest/testutil.h @@ -25,6 +25,9 @@ #include "setup.h" +#ifdef HAVE_SYS_TYPES_H +#include +#endif #ifdef HAVE_SYS_TIME_H #include #ifdef TIME_WITH_SYS_TIME