mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 01:10:00 -04:00
finished print.h stuff
This commit is contained in:
parent
9411106e30
commit
d0b0dbca7e
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#include <isc/mem.h>
|
||||
#include <isc/print.h>
|
||||
#include <isc/rwlock.h>
|
||||
#include <isc/string.h> /* Required for HP/UX (and others?) */
|
||||
#include <isc/util.h>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <isc/util.h>
|
||||
#include <isc/print.h>
|
||||
#include <isc/string.h>
|
||||
|
||||
#include "dnstest.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue