From: Patrick McHardy Date: Thu, 5 Jan 2006 20:21:52 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack_l3proto_ipv4.c needs net/route.h X-Git-Tag: v3.12-rc1~39303^2~16^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ae2cfe7f3d88f061aa2656c7e881d3a0697d622;p=kernel%2Fkernel-generic.git [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 Signed-off-by: David S. Miller --- 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 #include #include +#include #include #include