浏览代码

sctp: fix missing include file

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>
sfeldma@cumulusnetworks.com 11 年之前
父节点
当前提交
ac0917f250
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      net/sctp/input.c

+ 1 - 0
net/sctp/input.c

@@ -48,6 +48,7 @@
 #include <linux/time.h> /* For struct timeval */
 #include <linux/time.h> /* For struct timeval */
 #include <linux/slab.h>
 #include <linux/slab.h>
 #include <net/ip.h>
 #include <net/ip.h>
+#include <net/ip6_route.h>
 #include <net/icmp.h>
 #include <net/icmp.h>
 #include <net/snmp.h>
 #include <net/snmp.h>
 #include <net/sock.h>
 #include <net/sock.h>