2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

add <string.h> since we call strlen() here

This commit is contained in:
Michael Graff 2006-03-21 15:34:02 +00:00
parent f051d76c87
commit 8c9c09dacf

View File

@ -15,14 +15,15 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: print.c,v 1.29 2005/04/29 00:23:29 marka Exp $ */
/* $Id: print.c,v 1.30 2006/03/21 15:34:02 explorer Exp $ */
/*! \file */
#include <config.h>
#include <ctype.h>
#include <stdio.h> /* for sprintf */
#include <stdio.h> /* for sprintf() */
#include <string.h> /* for strlen() */
#define ISC__PRINT_SOURCE /* Used to get the isc_print_* prototypes. */