svn commit: r353883 - stable/12/sys/netinet6

Mark Johnston markj at FreeBSD.org
Tue Oct 22 14:06:43 UTC 2019


Author: markj
Date: Tue Oct 22 14:06:42 2019
New Revision: 353883
URL: https://svnweb.freebsd.org/changeset/base/353883

Log:
  MFC r353457:
  Add a missing include of opt_sctp.h.

Modified:
  stable/12/sys/netinet6/ip6_forward.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/netinet6/ip6_forward.c
==============================================================================
--- stable/12/sys/netinet6/ip6_forward.c	Tue Oct 22 14:06:12 2019	(r353882)
+++ stable/12/sys/netinet6/ip6_forward.c	Tue Oct 22 14:06:42 2019	(r353883)
@@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$");
 #include "opt_inet6.h"
 #include "opt_ipsec.h"
 #include "opt_ipstealth.h"
+#include "opt_sctp.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>


More information about the svn-src-all mailing list