summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_realm.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_realm.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_realm.c')
-rw-r--r--extensions/libipt_realm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_realm.c b/extensions/libipt_realm.c
index 38128530..5af2fd41 100644
--- a/extensions/libipt_realm.c
+++ b/extensions/libipt_realm.c
@@ -11,7 +11,7 @@
#else
#include <linux/if_ether.h>
#endif
-#include <iptables.h>
+#include <xtables.h>
#include <linux/netfilter_ipv4/ipt_realm.h>
static void realm_help(void)