1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Replicate the configure tests that determined that timeval was available.

This commit is contained in:
Dan Fandrich 2007-02-17 01:23:37 +00:00
parent d46cab4a94
commit 69f2f5cb6f

View File

@ -30,6 +30,9 @@
#include "setup.h" #include "setup.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_TIME_H #ifdef HAVE_SYS_TIME_H
#include <sys/time.h> #include <sys/time.h>
#ifdef TIME_WITH_SYS_TIME #ifdef TIME_WITH_SYS_TIME