commit | 503e4faad18baa62bb818537b920ad939749823e | [log] [tgz] |
---|---|---|
author | Brian Haley <brian.haley@hp.com> | Fri Apr 07 15:00:06 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Apr 09 22:25:49 2006 -0700 |
tree | 64ff33e6c80eee028fddf46de0a26a4dfeea4967 | |
parent | 77d04bd957ddca9d48a664e28b40f33993f4550e [diff] |
[NETFILTER]: Fix build with CONFIG_NETFILTER=y/m on IA64 Can't build with CONFIG_NETFILTER=y/m on IA64, there's a missing #include in net/ipv6/netfilter.c net/ipv6/netfilter.c: In function `nf_ip6_checksum': net/ipv6/netfilter.c:92: warning: implicit declaration of function `csum_ipv6_magic' Signed-off-by: Brian Haley <brian.haley@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>