commit | 37d8dc82e0cd93eec77c5bcebd725c4ba661351a | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Fri Jan 13 16:19:44 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Jan 13 16:19:44 2006 -0800 |
tree | 047c89d7a7e6bd8772ed22fc6c689fb75e21799f | |
parent | dca80b962a811a0454d779ab6250b59446a8c86c [diff] [blame] |
[NETFILTER] x-tables: Missing linux/ipv6.h includes. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/netfilter/xt_tcpudp.c b/net/netfilter/xt_tcpudp.c index 33f86fd..669c811 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>