aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_tcpudp.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-01-13 16:19:44 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-13 16:19:44 -0800
commit37d8dc82e0cd93eec77c5bcebd725c4ba661351a (patch)
tree047c89d7a7e6bd8772ed22fc6c689fb75e21799f /net/netfilter/xt_tcpudp.c
parent[PKT_SCHED]: Change default clock source to gettimeofday (diff)
downloadlinux-dev-37d8dc82e0cd93eec77c5bcebd725c4ba661351a.tar.xz
linux-dev-37d8dc82e0cd93eec77c5bcebd725c4ba661351a.zip
[NETFILTER] x-tables: Missing linux/ipv6.h includes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/xt_tcpudp.c')
-rw-r--r--net/netfilter/xt_tcpudp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/xt_tcpudp.c b/net/netfilter/xt_tcpudp.c
index 33f86fd6f3e6..669c8113cc60 100644
--- a/net/netfilter/xt_tcpudp.c
+++ b/net/netfilter/xt_tcpudp.c
@@ -1,6 +1,7 @@
#include <linux/types.h>
#include <linux/module.h>
#include <net/ip.h>
+#include <linux/ipv6.h>
#include <net/ipv6.h>
#include <net/tcp.h>
#include <net/udp.h>