svn commit: r353457 - head/sys/netinet6
Mark Johnston
markj at FreeBSD.org
Sat Oct 12 22:58:34 UTC 2019
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>
More information about the svn-src-all
mailing list