From: Mark Andrews Date: Thu, 10 Apr 2003 02:06:51 +0000 (+0000) Subject: missing #include's X-Git-Tag: v9.2.3rc1~104^2~42 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=817314313f2d3f8891dfbe4d41d45c2aeb2bce1b;p=thirdparty%2Fbind9.git missing #include's --- diff --git a/lib/dns/include/dns/validator.h b/lib/dns/include/dns/validator.h index 06b896e3573..c10015bc28e 100644 --- a/lib/dns/include/dns/validator.h +++ b/lib/dns/include/dns/validator.h @@ -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 #include +#include #include #include #include /* for dns_rdata_sig_t */ diff --git a/lib/isccfg/include/isccfg/grammar.h b/lib/isccfg/include/isccfg/grammar.h index d57e09136f0..35596e3378a 100644 --- a/lib/isccfg/include/isccfg/grammar.h +++ b/lib/isccfg/include/isccfg/grammar.h @@ -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 #include #include #include #include +#include + /* * Definitions shared between the configuration parser * and the grammars; not visible to users of the parser.