summaryrefslogtreecommitdiff
path: root/net/netfilter/xt_length.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_length.c
parentdca80b962a811a0454d779ab6250b59446a8c86c (diff)
[NETFILTER] x-tables: Missing linux/ipv6.h includes.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/xt_length.c')
-rw-r--r--net/netfilter/xt_length.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/xt_length.c b/net/netfilter/xt_length.c
index ab6c710cf88f..39c8faea63de 100644
--- a/net/netfilter/xt_length.c
+++ b/net/netfilter/xt_length.c
@@ -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>