2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

#include <string.h>

This commit is contained in:
Brian Wellington
2000-10-06 23:12:07 +00:00
parent e484f9de4f
commit 3ee226769d

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: tkey_test.c,v 1.33 2000/10/06 18:58:13 bwelling Exp $ */
/* $Id: tkey_test.c,v 1.34 2000/10/06 23:12:07 bwelling Exp $ */
/*
* Principal Author: Brian Wellington (core copied from res_test.c)
@@ -24,6 +24,7 @@
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <isc/app.h>
#include <isc/base64.h>