From 817314313f2d3f8891dfbe4d41d45c2aeb2bce1b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 10 Apr 2003 02:06:51 +0000 Subject: [PATCH] missing #include's --- lib/dns/include/dns/validator.h | 3 ++- lib/isccfg/include/isccfg/grammar.h | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/dns/include/dns/validator.h b/lib/dns/include/dns/validator.h index 06b896e357..c10015bc28 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 d57e09136f..35596e3378 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.