mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 02:42:33 -05:00
using snprintf or vsnprintf requires isc/print.h
This commit is contained in:
parent
07e6bea35e
commit
fca5f81ad6
3 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue