]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
sctp: fix missing include file
authorsfeldma@cumulusnetworks.com <sfeldma@cumulusnetworks.com>
Sat, 21 Dec 2013 02:51:10 +0000 (18:51 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Dec 2013 05:00:33 +0000 (00:00 -0500)
Compile error reported by Jim Davis on netdev.

ip6_sk_accept_pmtu() needs net/ip6_route.h

Signed-off-by: Scott Feldman <sfeldma@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/input.c

index 042ec6c9ae24a6106aba1d7c345e3d653359dbfe..479ee19266f49f268c99038f36297f445ad0632c 100644 (file)
@@ -48,6 +48,7 @@
 #include <linux/time.h> /* For struct timeval */
 #include <linux/slab.h>
 #include <net/ip.h>
+#include <net/ip6_route.h>
 #include <net/icmp.h>
 #include <net/snmp.h>
 #include <net/sock.h>