From: Wouter Wijngaards Date: Thu, 5 Dec 2013 16:24:48 +0000 (+0000) Subject: include for NetBSD X-Git-Tag: release-1.4.22rc1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dafaff733d36b229ffaa6d151077dc6423ded05;p=thirdparty%2Funbound.git include for NetBSD git-svn-id: file:///svn/unbound/trunk@3034 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/testcode/testbound.c b/testcode/testbound.c index 46a4859f9..3c1c71caf 100644 --- a/testcode/testbound.c +++ b/testcode/testbound.c @@ -39,6 +39,9 @@ */ #include "config.h" +#ifdef HAVE_TIME_H +# include +#endif #include "testcode/testpkts.h" #include "testcode/replay.h" #include "testcode/fake_event.h"