Add #include <config.h> to iptable.c. [RT #18258]

This commit is contained in:
Mark Andrews
2009-02-18 05:57:31 +00:00
parent 8dd2efc269
commit f46fcfc304
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
2660. [bug] Add #include <config.h> to iptable.c. [RT #18258]
2557. [cleanup] PCI compliance:
* new libisc log module file
* isc_dir_chroot() now also changes the working

View File

@@ -14,7 +14,9 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: iptable.c,v 1.5.46.7 2008/12/24 05:09:26 marka Exp $ */
/* $Id: iptable.c,v 1.5.46.8 2009/02/18 05:57:31 marka Exp $ */
#include <config.h>
#include <isc/mem.h>
#include <isc/radix.h>