From: Mark Andrews Date: Wed, 18 Feb 2009 05:31:17 +0000 (+0000) Subject: 2660. [bug] Add #include to iptable.c. [RET #18258] X-Git-Tag: v9.3.6-P2~4^2~11 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0f39e477c54929f3da65b083b4e3c8500ac8152e;p=thirdparty%2Fbind9.git 2660. [bug] Add #include to iptable.c. [RET #18258] --- diff --git a/CHANGES b/CHANGES index b680f062efc..8b4b9fedf23 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2660. [bug] Add #include to iptable.c. [RET #18258] + 2559. [bug] dnssec-dsfromkey could compute bad DS records when reading from a K* files. [RT #19357] diff --git a/lib/dns/iptable.c b/lib/dns/iptable.c index 9edbad94482..28c01d556cd 100644 --- a/lib/dns/iptable.c +++ b/lib/dns/iptable.c @@ -14,7 +14,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: iptable.c,v 1.13 2008/12/01 00:04:21 marka Exp $ */ +/* $Id: iptable.c,v 1.14 2009/02/18 05:31:17 marka Exp $ */ + +#include #include #include