]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
include for NetBSD
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Dec 2013 16:24:48 +0000 (16:24 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Dec 2013 16:24:48 +0000 (16:24 +0000)
git-svn-id: file:///svn/unbound/trunk@3034 be551aaa-1e26-0410-a405-d3ace91eadb9

testcode/testbound.c

index 46a4859f992d296d268ea0c5ccbb954f53b42b9c..3c1c71cafa9a307a2dbac4c6dca30387f46ef818 100644 (file)
@@ -39,6 +39,9 @@
  */
 
 #include "config.h"
+#ifdef HAVE_TIME_H
+#  include <time.h>
+#endif
 #include "testcode/testpkts.h"
 #include "testcode/replay.h"
 #include "testcode/fake_event.h"