From f12bccd23f391032c7f9261e2db089540a95682a Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 20 Jan 2000 00:59:17 +0000 Subject: [PATCH] need #include --- bin/named/aclconf.c | 1 + lib/dns/aclconf.c | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/named/aclconf.c b/bin/named/aclconf.c index f36c22cab6..bc829b535c 100644 --- a/bin/named/aclconf.c +++ b/bin/named/aclconf.c @@ -23,6 +23,7 @@ #include #include +#include #include void dns_aclconfctx_init(dns_aclconfctx_t *ctx) diff --git a/lib/dns/aclconf.c b/lib/dns/aclconf.c index f36c22cab6..bc829b535c 100644 --- a/lib/dns/aclconf.c +++ b/lib/dns/aclconf.c @@ -23,6 +23,7 @@ #include #include +#include #include void dns_aclconfctx_init(dns_aclconfctx_t *ctx)