Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Restore nd6.h inclusion to resolve implicit depe...
details: https://anonhg.NetBSD.org/src/rev/0735d37327aa
branches: trunk
changeset: 349570:0735d37327aa
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Thu Dec 15 03:54:15 2016 +0000
description:
Restore nd6.h inclusion to resolve implicit dependency
diffstat:
sys/netinet/sctp_asconf.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r ba2f049b7cd1 -r 0735d37327aa sys/netinet/sctp_asconf.c
--- a/sys/netinet/sctp_asconf.c Thu Dec 15 03:24:43 2016 +0000
+++ b/sys/netinet/sctp_asconf.c Thu Dec 15 03:54:15 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sctp_asconf.c,v 1.6 2016/12/13 08:29:03 ozaki-r Exp $ */
+/* $NetBSD: sctp_asconf.c,v 1.7 2016/12/15 03:54:15 ozaki-r Exp $ */
/* $KAME: sctp_asconf.c,v 1.25 2005/06/16 20:44:24 jinmei Exp $ */
/*
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_asconf.c,v 1.6 2016/12/13 08:29:03 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_asconf.c,v 1.7 2016/12/15 03:54:15 ozaki-r Exp $");
#ifdef _KERNEL_OPT
#include "opt_ipsec.h"
@@ -64,6 +64,7 @@
#include <netinet6/in6_pcb.h>
#include <netinet/icmp6.h>
#include <netinet6/scope6_var.h>
+#include <netinet6/nd6.h>
#endif /* INET6 */
#include <netinet/in_pcb.h>
Home |
Main Index |
Thread Index |
Old Index