From 504b5167f3cec4c32d787d435f6fd9e238f7a4dd Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 25 Aug 2000 01:08:07 +0000 Subject: [PATCH] #include --- bin/named/client.c | 3 ++- lib/dns/include/dns/tsig.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/named/client.c b/bin/named/client.c index af992256c3..fcb835dcbf 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -15,11 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.c,v 1.108 2000/08/21 23:45:05 bwelling Exp $ */ +/* $Id: client.c,v 1.109 2000/08/25 01:08:07 bwelling Exp $ */ #include #include +#include #include #include #include diff --git a/lib/dns/include/dns/tsig.h b/lib/dns/include/dns/tsig.h index 5501a64941..d267894d94 100644 --- a/lib/dns/include/dns/tsig.h +++ b/lib/dns/include/dns/tsig.h @@ -15,12 +15,13 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsig.h,v 1.34 2000/08/17 02:08:27 bwelling Exp $ */ +/* $Id: tsig.h,v 1.35 2000/08/25 01:06:39 bwelling Exp $ */ #ifndef DNS_TSIG_H #define DNS_TSIG_H 1 #include +#include #include #include