diff options
author | Patrick McHardy <kaber@trash.net> | 2006-01-05 20:21:52 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-01-05 20:21:52 (GMT) |
commit | 0ae2cfe7f3d88f061aa2656c7e881d3a0697d622 (patch) | |
tree | e362c2a31994413beaa7ea75c38cae3e5b9b2e99 /net | |
parent | 22dea562bb56dbc3430c8f23f60ccd38527b1f5a (diff) | |
download | linux-fsl-qoriq-0ae2cfe7f3d88f061aa2656c7e881d3a0697d622.tar.xz |
[NETFILTER]: nf_conntrack_l3proto_ipv4.c needs net/route.h
CC [M] net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.o
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c: In function 'ipv4_refrag':
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c:198: error: dereferencing pointer to incomplete type
make[3]: *** [net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.o] Error 1
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c b/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c index 1d36e8e..9bdbb77 100644 --- a/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c +++ b/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c @@ -22,6 +22,7 @@ #include <linux/skbuff.h> #include <linux/icmp.h> #include <linux/sysctl.h> +#include <net/route.h> #include <net/ip.h> #include <linux/netfilter_ipv4.h> |