commit | cfacb0577e319b02ed42685a0a8e0f1657ac461b | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sun Jan 08 22:36:54 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Jan 09 14:16:28 2006 -0800 |
tree | acaf2911c7d521374f5f56eaa5d6accda80a5fb1 | |
parent | 29f1df6cc1c3ee3530939f0e38d80a9b50645ba5 [diff] |
[IPV4]: ip_output.c needs xfrm.h This patch fixes a warning from my IPsec patches: CC net/ipv4/ip_output.o net/ipv4/ip_output.c: In function 'ip_finish_output': net/ipv4/ip_output.c:208: warning: implicit declaration of function 'xfrm4_output_finish' Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>