mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
net/sched: need to include net/ip6_checksum.h
for the declararion of csum_ipv6_magic. Fixes this build error on PowerPC (at least): net/sched/act_csum.c: In function 'tcf_csum_ipv6_icmp': net/sched/act_csum.c:178: error: implicit declaration of function 'csum_ipv6_magic' Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d8287fc864
commit
2436243a39
@ -29,6 +29,7 @@
|
||||
#include <linux/igmp.h>
|
||||
#include <net/tcp.h>
|
||||
#include <net/udp.h>
|
||||
#include <net/ip6_checksum.h>
|
||||
|
||||
#include <net/act_api.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user