From b233a7b9bb9fa47db69758ec8dc829f1e67fe4f1 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 9 Jul 2001 22:02:15 +0000 Subject: [PATCH] include , not , as the latter one may not exist on all platform --- bin/dig/dighost.c | 3 +-- bin/rndc/rndc.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 5df727d9b0..abe7857013 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.205 2001/06/30 04:43:47 mayer Exp $ */ +/* $Id: dighost.c,v 1.206 2001/07/09 22:02:12 gson Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to @@ -29,7 +29,6 @@ #include #include #include -#include #include #include diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 85f36cfc3e..3751308653 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rndc.c,v 1.67 2001/07/02 00:07:09 bwelling Exp $ */ +/* $Id: rndc.c,v 1.68 2001/07/09 22:02:15 gson Exp $ */ /* * Principal Author: DCL @@ -24,7 +24,6 @@ #include #include -#include #include #include @@ -32,6 +31,7 @@ #include #include #include +#include #include #include #include