* 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
#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 */
* 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.