]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Extra include.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 15 Feb 2007 10:21:38 +0000 (10:21 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 15 Feb 2007 10:21:38 +0000 (10:21 +0000)
git-svn-id: file:///svn/unbound/trunk@100 be551aaa-1e26-0410-a405-d3ace91eadb9

configure.ac

index 7b7b2976d1f5fe4ab6e4785dae24fea96d1d0f1b..cbbf3179a21112b83863c761ed4e83a39946a2ef 100644 (file)
@@ -170,6 +170,9 @@ CHECK_COMPILER_FLAG_NEEDED(-D__EXTENSIONS__,
 #include <stdlib.h>
 #include <ctype.h>
 #include <sys/time.h>
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
 #include <unistd.h>
 #ifdef HAVE_GETOPT_H
 #include <getopt.h>