missing #include's

This commit is contained in:
Mark Andrews 2003-04-10 02:06:51 +00:00
parent 8f9755413f
commit 817314313f
2 changed files with 6 additions and 2 deletions

View file

@ -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 */

View file

@ -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.