using snprintf or vsnprintf requires isc/print.h

This commit is contained in:
Bob Halley 2000-04-12 19:07:12 +00:00
parent 07e6bea35e
commit fca5f81ad6
3 changed files with 4 additions and 1 deletions

View file

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: confndc.c,v 1.8 2000/04/07 13:35:04 brister Exp $ */
/* $Id: confndc.c,v 1.9 2000/04/12 19:07:12 halley Exp $ */
/*
** options {
@ -58,6 +58,7 @@
#include <isc/once.h>
#include <isc/dir.h>
#include <isc/net.h>
#include <isc/print.h>
#include <dns/confndc.h>
#include <dns/log.h>

View file

@ -25,6 +25,7 @@
#include <isc/assertions.h>
#include <isc/buffer.h>
#include <isc/error.h>
#include <isc/print.h>
#include <dns/types.h>
#include <dns/result.h>

View file

@ -20,6 +20,7 @@
#include <isc/assertions.h>
#include <isc/buffer.h>
#include <isc/magic.h>
#include <isc/print.h>
#include <isc/region.h>
#include <isc/result.h>
#include <isc/stdtime.h>