From 8c8b6b1ce5f1d80a39b7062a3b11eaf4e3af3b51 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 30 May 2000 22:30:39 +0000 Subject: [PATCH] include isc/buffer.h, dns/rdatastruct.h --- lib/dns/dnssec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/dns/dnssec.c b/lib/dns/dnssec.c index fd9ed943fa..671cd2541e 100644 --- a/lib/dns/dnssec.c +++ b/lib/dns/dnssec.c @@ -16,7 +16,7 @@ */ /* - * $Id: dnssec.c,v 1.39 2000/05/24 23:13:19 bwelling Exp $ + * $Id: dnssec.c,v 1.40 2000/05/30 22:30:39 bwelling Exp $ * Principal Author: Brian Wellington */ @@ -25,6 +25,7 @@ #include +#include #include #include #include @@ -36,6 +37,7 @@ #include #include #include +#include #include #include /* for DNS_TSIG_FUDGE */