<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.
*/
/* $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
@ -23,10 +23,11 @@
#include <config.h>
#include <isc/buffer.h>
#include <isc/mem.h>
#include <isc/print.h>
#include <isc/string.h> /* Required for HP/UX (and others?) */
#include <isc/util.h>
#include <isc/buffer.h>
#include <dns/dnssec.h>
#include <dns/keyvalues.h>