summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_TTL.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/libipt_TTL.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/libipt_TTL.c')
-rw-r--r--extensions/libipt_TTL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_TTL.c b/extensions/libipt_TTL.c
index 7939dac5..7647f2f7 100644
--- a/extensions/libipt_TTL.c
+++ b/extensions/libipt_TTL.c
@@ -9,7 +9,7 @@
#include <string.h>
#include <stdlib.h>
#include <getopt.h>
-#include <iptables.h>
+#include <xtables.h>
#include <linux/netfilter_ipv4/ip_tables.h>
#include <linux/netfilter_ipv4/ipt_TTL.h>