From: Dan Fandrich Date: Sat, 17 Feb 2007 01:23:37 +0000 (+0000) Subject: Replicate the configure tests that determined that timeval was available. X-Git-Tag: curl-7_16_2~296 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69f2f5cb6fbf9b5ba4f811888fc0ec1e5a7c4567;p=thirdparty%2Fcurl.git Replicate the configure tests that determined that timeval was available. --- diff --git a/lib/timeval.h b/lib/timeval.h index effd741dac..6c55a71ba3 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -30,6 +30,9 @@ #include "setup.h" +#ifdef HAVE_SYS_TYPES_H +#include +#endif #ifdef HAVE_SYS_TIME_H #include #ifdef TIME_WITH_SYS_TIME