mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 06:29:59 -04:00
#include <dns/db.h>
This commit is contained in:
parent
f4c5c5ef34
commit
05556e6c82
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: dnstest.c,v 1.9 2011/12/04 23:48:12 marka Exp $ */
|
||||
/* $Id: dnstest.c,v 1.10 2011/12/05 20:51:41 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -35,6 +35,7 @@
|
|||
#include <isc/timer.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <dns/db.h>
|
||||
#include <dns/fixedname.h>
|
||||
#include <dns/log.h>
|
||||
#include <dns/name.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue