Skip to content

Commit

Permalink
sctp: fix missing include file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sfeldma@cumulusnetworks.com authored and David S. Miller committed Dec 21, 2013
1 parent dbe8ecd commit ac0917f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/sctp/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ac0917f

Please sign in to comment.