summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_connlimit.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-11-20 10:15:35 +0100
committerPatrick McHardy <kaber@trash.net>2008-11-20 10:15:35 +0100
commit5d9678ad3eabc34ac40dfe055d7f6a8e44445a5a (patch)
treea5c47ee7391d84ba496646536ba0212af03f688c /extensions/libxt_connlimit.c
parent7937e94ed36d2bdb909cc0744fbf229564a55592 (diff)
src: remove inclusion of iptables.h
iptables.h and ip6tables.h only include declarations internal to iptables (specifically iptables.c and ip6tables.c), as most of the public API has been moved to xtables.h a few months ago. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libxt_connlimit.c')
-rw-r--r--extensions/libxt_connlimit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_connlimit.c b/extensions/libxt_connlimit.c
index 65de1936..117222a7 100644
--- a/extensions/libxt_connlimit.c
+++ b/extensions/libxt_connlimit.c
@@ -5,7 +5,7 @@
#include <stdlib.h>
#include <stddef.h>
#include <getopt.h>
-#include <iptables.h>
+#include <xtables.h>
#include <linux/netfilter/xt_connlimit.h>
static void connlimit_help(void)