2660. [bug] Add #include <config.h> to iptable.c. [RET #18258]

This commit is contained in:
Mark Andrews
2009-02-18 05:31:17 +00:00
parent 389d1c1cb9
commit 0f39e477c5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
2660. [bug] Add #include <config.h> to iptable.c. [RET #18258]
2559. [bug] dnssec-dsfromkey could compute bad DS records when
reading from a K* files. [RT #19357]

View File

@@ -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 <config.h>
#include <isc/mem.h>
#include <isc/radix.h>