From 6dafaff733d36b229ffaa6d151077dc6423ded05 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 5 Dec 2013 16:24:48 +0000 Subject: [PATCH] include for NetBSD git-svn-id: file:///svn/unbound/trunk@3034 be551aaa-1e26-0410-a405-d3ace91eadb9 --- testcode/testbound.c | 3 +++ 1 file changed, 3 insertions(+) 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"