]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add time.h to silence compiler warning
authorEvan Hunt <each@isc.org>
Mon, 5 Sep 2011 17:39:37 +0000 (17:39 +0000)
committerEvan Hunt <each@isc.org>
Mon, 5 Sep 2011 17:39:37 +0000 (17:39 +0000)
bin/tests/dst/gsstest.c

index 4e5a6016705cfff9be62a0960745e05c63d05f26..bb31d5d1c604be3ca2e3a836cb9f4a0fcbf57fde 100755 (executable)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: gsstest.c,v 1.17 2011/08/29 23:21:48 marka Exp $ */
+/* $Id: gsstest.c,v 1.18 2011/09/05 17:39:37 each Exp $ */
 
 #include <config.h>
 
 #include <stdlib.h>
 #include <string.h>
+#include <time.h>
 
 #include <isc/app.h>
 #include <isc/base64.h>