]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/ip_output.c
[IPV4]: ip_output.c needs xfrm.h
authorPatrick McHardy <kaber@trash.net>
Mon, 9 Jan 2006 06:36:54 +0000 (22:36 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 9 Jan 2006 22:16:28 +0000 (14:16 -0800)
commitcfacb0577e319b02ed42685a0a8e0f1657ac461b
treeacaf2911c7d521374f5f56eaa5d6accda80a5fb1
parent29f1df6cc1c3ee3530939f0e38d80a9b50645ba5
[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>
net/ipv4/ip_output.c