summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_multiport.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-02-21 03:40:27 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-02-21 03:40:27 +0100
commit2bc9d348e11820567685670147bd58deef2f938f (patch)
tree0b4a8d631484c7db8543a2106446ddbaae9fb3f8 /extensions/libxt_multiport.c
parent1829ed482efbc8b390cc760d012b3a4450494e1a (diff)
extensions: remove unwanted/add needed includes for IPv6 exts
Most touched files do not use anything from ip6_tables.h, so remove that #include. multiport instead, does need it (ip6t_entry). Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libxt_multiport.c')
-rw-r--r--extensions/libxt_multiport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/libxt_multiport.c b/extensions/libxt_multiport.c
index 81414417..5700f8a3 100644
--- a/extensions/libxt_multiport.c
+++ b/extensions/libxt_multiport.c
@@ -8,6 +8,7 @@
#include <xtables.h>
#include <libiptc/libiptc.h>
#include <libiptc/libip6tc.h>
+#include <linux/netfilter_ipv6/ip6_tables.h>
#include <linux/netfilter/xt_multiport.h>
/* Function which prints out usage message. */