From 25a66b4e41e2b0a2af4840749bac80ae78c678bf Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 20 Nov 2000 13:02:18 +0000 Subject: [PATCH] #include --- bin/dig/dig.c | 3 ++- bin/dig/dighost.c | 3 ++- contrib/sdb/pgsql/zonetodb.c | 3 ++- contrib/sdb/zonetodb.c | 3 ++- lib/dns/rdata.c | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 6d942c764a..f6f6162be1 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.127 2000/11/13 21:33:50 bwelling Exp $ */ +/* $Id: dig.c,v 1.128 2000/11/20 13:02:14 marka Exp $ */ #include #include @@ -24,6 +24,7 @@ #include #include +#include #include #include #include diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 6f7974d5f4..771de75302 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.162 2000/11/13 21:33:51 bwelling Exp $ */ +/* $Id: dighost.c,v 1.163 2000/11/20 13:02:15 marka Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to @@ -58,6 +58,7 @@ extern int h_errno; #include #include #include +#include #include #include #include diff --git a/contrib/sdb/pgsql/zonetodb.c b/contrib/sdb/pgsql/zonetodb.c index 2be41ca975..cc8a857a88 100644 --- a/contrib/sdb/pgsql/zonetodb.c +++ b/contrib/sdb/pgsql/zonetodb.c @@ -15,10 +15,11 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zonetodb.c,v 1.4 2000/11/17 23:57:33 bwelling Exp $ */ +/* $Id: zonetodb.c,v 1.5 2000/11/20 13:02:17 marka Exp $ */ #include #include +#include #include #include diff --git a/contrib/sdb/zonetodb.c b/contrib/sdb/zonetodb.c index 2be41ca975..cc8a857a88 100644 --- a/contrib/sdb/zonetodb.c +++ b/contrib/sdb/zonetodb.c @@ -15,10 +15,11 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zonetodb.c,v 1.4 2000/11/17 23:57:33 bwelling Exp $ */ +/* $Id: zonetodb.c,v 1.5 2000/11/20 13:02:17 marka Exp $ */ #include #include +#include #include #include diff --git a/lib/dns/rdata.c b/lib/dns/rdata.c index 007588f46f..cc0a9396e6 100644 --- a/lib/dns/rdata.c +++ b/lib/dns/rdata.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata.c,v 1.128 2000/11/20 06:54:40 marka Exp $ */ +/* $Id: rdata.c,v 1.129 2000/11/20 13:02:18 marka Exp $ */ #include #include @@ -24,6 +24,7 @@ #include #include #include +#include #include #include