mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 20:49:59 -04:00
add time.h to silence compiler warning
This commit is contained in:
parent
eb32f3768c
commit
6010c10f1f
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue