From 38b8754bae92b20bf7213d3aa4772e82e409ba5f Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Sat, 2 Nov 2013 04:38:57 +0000 Subject: [PATCH] portability with new ldns core (time includes). git-svn-id: file:///svn/unbound/trunk@3009 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/daemon.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/daemon/daemon.c b/daemon/daemon.c index 658e65dec..753ee76f8 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -56,6 +56,11 @@ #include #endif +#ifdef HAVE_TIME_H +#include +#endif +#include + #ifdef HAVE_NSS /* nss3 */ #include "nss.h" -- 2.47.2