]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missing #include's
authorMark Andrews <marka@isc.org>
Thu, 10 Apr 2003 02:06:51 +0000 (02:06 +0000)
committerMark Andrews <marka@isc.org>
Thu, 10 Apr 2003 02:06:51 +0000 (02:06 +0000)
lib/dns/include/dns/validator.h
lib/isccfg/include/isccfg/grammar.h

index 06b896e3573d3c6bafc2d7ae948a85f1ffd42438..c10015bc28ea28732eabb650dddefc5611232283 100644 (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 */
index d57e09136f0cdff9fd4038e9ecc441f49d535ddc..35596e3378af9dfc66561d60e8f517bcac97d53b 100644 (file)
  * 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.