summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_eui64.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_eui64.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_eui64.c')
-rw-r--r--extensions/libip6t_eui64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_eui64.c b/extensions/libip6t_eui64.c
index 4caa66ad..c92c8687 100644
--- a/extensions/libip6t_eui64.c
+++ b/extensions/libip6t_eui64.c
@@ -9,7 +9,7 @@
#else
#include <linux/if_ether.h>
#endif
-#include <ip6tables.h>
+#include <xtables.h>
static void eui64_help(void)
{