mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 13:22:04 -04:00
include <isc/mktemplate.h> and <isc/ufile.h>
This commit is contained in:
parent
c718c8aa60
commit
87fe131e60
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.75 2000/01/31 18:00:02 gson Exp $ */
|
||||
/* $Id: zone.c,v 1.76 2000/01/31 18:05:13 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -24,11 +24,13 @@
|
|||
#include <isc/assertions.h>
|
||||
#include <isc/error.h>
|
||||
#include <isc/magic.h>
|
||||
#include <isc/mktemplate.h>
|
||||
#include <isc/print.h>
|
||||
#include <isc/quota.h>
|
||||
#include <isc/serial.h>
|
||||
#include <isc/taskpool.h>
|
||||
#include <isc/timer.h>
|
||||
#include <isc/ufile.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <dns/acl.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue