From: Wouter Wijngaards Date: Sat, 2 Nov 2013 04:38:57 +0000 (+0000) Subject: portability with new ldns core (time includes). X-Git-Tag: release-1.4.22rc1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38b8754bae92b20bf7213d3aa4772e82e409ba5f;p=thirdparty%2Funbound.git portability with new ldns core (time includes). git-svn-id: file:///svn/unbound/trunk@3009 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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"