mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 22:45:36 -04:00
<isc/print.h> needed for snprintf()
This commit is contained in:
parent
e1368a7770
commit
91ab5ca629
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: dnssectool.c,v 1.17 2000/08/14 04:43:16 bwelling Exp $ */
|
||||
/* $Id: dnssectool.c,v 1.18 2000/08/17 01:22:10 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -27,6 +27,7 @@
|
|||
#include <isc/string.h>
|
||||
#include <isc/time.h>
|
||||
#include <isc/util.h>
|
||||
#include <isc/print.h>
|
||||
|
||||
#include <dns/log.h>
|
||||
#include <dns/name.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue