]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
include time.h to silence a compiler warning
authorEvan Hunt <each@isc.org>
Sat, 3 Sep 2011 19:22:43 +0000 (19:22 +0000)
committerEvan Hunt <each@isc.org>
Sat, 3 Sep 2011 19:22:43 +0000 (19:22 +0000)
lib/dns/tests/dnstest.c

index d34367200a6f0f4c78f2e3b9358bf5907b828ace..dc7ee8c48086d485cfd49a6c9c80b94c3bcdb419 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnstest.c,v 1.6 2011/09/02 23:46:32 tbox Exp $ */
+/* $Id: dnstest.c,v 1.7 2011/09/03 19:22:43 each Exp $ */
 
 /*! \file */
 
 #include <config.h>
 
+#include <time.h>
 #include <unistd.h>
 
 #include <isc/app.h>