summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/libunbound/libunbound.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/libunbound/libunbound.c')
-rw-r--r--contrib/unbound/libunbound/libunbound.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/unbound/libunbound/libunbound.c b/contrib/unbound/libunbound/libunbound.c
index 7c2509b..17f50e8 100644
--- a/contrib/unbound/libunbound/libunbound.c
+++ b/contrib/unbound/libunbound/libunbound.c
@@ -68,6 +68,9 @@
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
#if defined(UB_ON_WINDOWS) && defined (HAVE_WINDOWS_H)
#include <windows.h>
OpenPOWER on IntegriCloud