summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_frag.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/libip6t_frag.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/libip6t_frag.c')
-rw-r--r--extensions/libip6t_frag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_frag.c b/extensions/libip6t_frag.c
index 1a6e3be8..1f8f801d 100644
--- a/extensions/libip6t_frag.c
+++ b/extensions/libip6t_frag.c
@@ -5,7 +5,7 @@
#include <stdlib.h>
#include <getopt.h>
#include <errno.h>
-#include <ip6tables.h>
+#include <xtables.h>
#include <linux/netfilter_ipv6/ip6t_frag.h>
static void frag_help(void)