projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe8ecd
)
sctp: fix missing include file
author
sfeldma@cumulusnetworks.com
<sfeldma@cumulusnetworks.com>
Sat, 21 Dec 2013 02:51:10 +0000
(18:51 -0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/sctp/input.c
b/net/sctp/input.c
index
042ec6c
..
479ee19
100644
(file)
--- a/
net/sctp/input.c
+++ b/
net/sctp/input.c
@@
-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>