Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 14:06:42 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r353883 - stable/12/sys/netinet6
Message-ID:  <201910221406.x9ME6gKk082165@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910221406.x9ME6gKk082165>