2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

add time.h to silence compiler warning

This commit is contained in:
Evan Hunt
2011-09-05 17:39:37 +00:00
parent eb32f3768c
commit 6010c10f1f

View File

@@ -14,12 +14,13 @@
* 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>