summaryrefslogtreecommitdiff
path: root/tests/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.c')
-rw-r--r--tests/tests.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/tests.c b/tests/tests.c
index 49953aba4..45d34568b 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -44,13 +44,10 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
# include <fenv.h>
#endif
-#ifdef TIME_WITH_SYS_TIME
-# include <sys/time.h> /* for struct timeval */
-# include <time.h>
-#elif defined HAVE_SYS_TIME_H
-# include <sys/time.h>
+#ifdef HAVE_GETTIMEOFDAY
+# include <sys/time.h>
#else
-# include <time.h>
+# include <time.h>
#endif
/* <sys/fpu.h> is needed to have union fpc_csr defined under IRIX64