Commit 37d8dc82 authored by David S. Miller's avatar David S. Miller

[NETFILTER] x-tables: Missing linux/ipv6.h includes.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dca80b96
......@@ -8,6 +8,7 @@
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/ipv6.h>
#include <net/ip.h>
#include <linux/netfilter/xt_length.h>
......
#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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment