Author: markj
Date: Sat Oct 12 22:58:33 2019
New Revision: 353457
URL: https://svnweb.freebsd.org/changeset/base/353457
Log:
Add a missing include of opt_sctp.h.
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/netinet6/ip6_forward.c
Modified: head/sys/netinet6/ip6_forward.c
==============================================================================
--- head/sys/netinet6/ip6_forward.c Sat Oct 12 22:27:57 2019
(r353456)
+++ head/sys/netinet6/ip6_forward.c Sat Oct 12 22:58:33 2019
(r353457)
@@ -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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"