Skip to content
Snippets Groups Projects
Commit 789fd0b7 authored by Yang Tse's avatar Yang Tse
Browse files

Replicate the configure tests that determined that timeval was available.

parent 81039157
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment