From: Brian Wellington Date: Thu, 12 Oct 2000 01:08:32 +0000 (+0000) Subject: #include X-Git-Tag: v9.0.1^4~61 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3b2f0d1d660486abf9d6c450b39e015836d97373;p=thirdparty%2Fbind9.git #include --- diff --git a/bin/named/tkeyconf.c b/bin/named/tkeyconf.c index 00d8ed1ca3f..44b3fd84d18 100644 --- a/bin/named/tkeyconf.c +++ b/bin/named/tkeyconf.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkeyconf.c,v 1.14 2000/10/12 00:39:17 bwelling Exp $ */ +/* $Id: tkeyconf.c,v 1.15 2000/10/12 01:08:32 bwelling Exp $ */ #include @@ -29,6 +29,8 @@ #include #include +#include + #define RETERR(x) do { \ result = (x); \ if (result != ISC_R_SUCCESS) \ diff --git a/lib/dns/tkeyconf.c b/lib/dns/tkeyconf.c index 00d8ed1ca3f..44b3fd84d18 100644 --- a/lib/dns/tkeyconf.c +++ b/lib/dns/tkeyconf.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkeyconf.c,v 1.14 2000/10/12 00:39:17 bwelling Exp $ */ +/* $Id: tkeyconf.c,v 1.15 2000/10/12 01:08:32 bwelling Exp $ */ #include @@ -29,6 +29,8 @@ #include #include +#include + #define RETERR(x) do { \ result = (x); \ if (result != ISC_R_SUCCESS) \