2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

<isc/print.h> for snprintf

This commit is contained in:
Mark Andrews
2002-02-28 05:13:57 +00:00
parent b9c80c8bdd
commit ce24330566

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: message.c,v 1.209 2002/02/20 03:34:14 marka Exp $ */ /* $Id: message.c,v 1.210 2002/02/28 05:13:57 marka Exp $ */
/*** /***
*** Imports *** Imports
@@ -23,10 +23,11 @@
#include <config.h> #include <config.h>
#include <isc/buffer.h>
#include <isc/mem.h> #include <isc/mem.h>
#include <isc/print.h>
#include <isc/string.h> /* Required for HP/UX (and others?) */ #include <isc/string.h> /* Required for HP/UX (and others?) */
#include <isc/util.h> #include <isc/util.h>
#include <isc/buffer.h>
#include <dns/dnssec.h> #include <dns/dnssec.h>
#include <dns/keyvalues.h> #include <dns/keyvalues.h>