Commit 69f2f5cb authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Replicate the configure tests that determined that timeval was available.

parent d46cab4a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -30,6 +30,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