mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 20:10:04 -04:00
missing #include's
This commit is contained in:
parent
8f9755413f
commit
817314313f
2 changed files with 6 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: validator.h,v 1.22 2002/07/15 03:27:44 marka Exp $ */
|
||||
/* $Id: validator.h,v 1.23 2003/04/10 02:06:51 marka Exp $ */
|
||||
|
||||
#ifndef DNS_VALIDATOR_H
|
||||
#define DNS_VALIDATOR_H 1
|
||||
|
|
@ -51,6 +51,7 @@
|
|||
#include <isc/event.h>
|
||||
#include <isc/mutex.h>
|
||||
|
||||
#include <dns/fixedname.h>
|
||||
#include <dns/types.h>
|
||||
#include <dns/rdataset.h>
|
||||
#include <dns/rdatastruct.h> /* for dns_rdata_sig_t */
|
||||
|
|
|
|||
|
|
@ -15,16 +15,19 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: grammar.h,v 1.2 2002/02/20 03:35:52 marka Exp $ */
|
||||
/* $Id: grammar.h,v 1.3 2003/04/10 02:06:51 marka Exp $ */
|
||||
|
||||
#ifndef ISCCFG_GRAMMAR_H
|
||||
#define ISCCFG_GRAMMAR_H 1
|
||||
|
||||
#include <isc/lex.h>
|
||||
#include <isc/netaddr.h>
|
||||
#include <isc/sockaddr.h>
|
||||
#include <isc/region.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
#include <isccfg/cfg.h>
|
||||
|
||||
/*
|
||||
* Definitions shared between the configuration parser
|
||||
* and the grammars; not visible to users of the parser.
|
||||
|
|
|
|||
Loading…
Reference in a new issue