Commit 0ae2cfe7f3d88f061aa2656c7e881d3a0697d622

Authored by Patrick McHardy
Committed by David S. Miller
1 parent 22dea562bb

[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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
... ... @@ -22,6 +22,7 @@
22 22 #include <linux/skbuff.h>
23 23 #include <linux/icmp.h>
24 24 #include <linux/sysctl.h>
  25 +#include <net/route.h>
25 26 #include <net/ip.h>
26 27  
27 28 #include <linux/netfilter_ipv4.h>