netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] sctp: fix missing include file
@ 2013-12-21  2:51 Scott Feldman
  2013-12-21  5:00 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Scott Feldman @ 2013-12-21  2:51 UTC (permalink / raw)
  To: vyasevich, nhorman; +Cc: netdev, roopa, shm

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>
---
 net/sctp/input.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/net/sctp/input.c b/net/sctp/input.c
index 042ec6c..479ee19 100644
--- 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>

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-22  3:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-21  2:51 [PATCH net-next] sctp: fix missing include file Scott Feldman
2013-12-21  5:00 ` David Miller
2013-12-21  9:44   ` Daniel Borkmann
2013-12-21 15:19     ` Scott Feldman
2013-12-22  3:01       ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).