]> granicus.if.org Git - curl/commitdiff
Replicate the configure tests that determined that timeval was available.
authorYang Tse <yangsita@gmail.com>
Sat, 17 Feb 2007 11:43:52 +0000 (11:43 +0000)
committerYang Tse <yangsita@gmail.com>
Sat, 17 Feb 2007 11:43:52 +0000 (11:43 +0000)
tests/libtest/testutil.h

index 31e00ffe5edcd29611bd0b4c2228e7fbfa61eb15..18bd9e99ccb1a5031189f3ffc5e0ba245720c70b 100644 (file)
@@ -25,6 +25,9 @@
 
 #include "setup.h"
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #ifdef TIME_WITH_SYS_TIME