Date: Thu, 24 Oct 2019 03:44:32 +0000 (UTC) From: Kyle Evans <kevans@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: r354003 - stable/12/sys/kern Message-ID: <201910240344.x9O3iWjb031575@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Thu Oct 24 03:44:32 2019 New Revision: 354003 URL: https://svnweb.freebsd.org/changeset/base/354003 Log: MFC r349344: Add missing include of sys/boot.h This change was dropped out in a rebase and I didn't catch that before I committed. Modified: stable/12/sys/kern/kern_mib.c Directory Properties: stable/12/ (props changed) Modified: stable/12/sys/kern/kern_mib.c ============================================================================== --- stable/12/sys/kern/kern_mib.c Thu Oct 24 03:41:54 2019 (r354002) +++ stable/12/sys/kern/kern_mib.c Thu Oct 24 03:44:32 2019 (r354003) @@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$"); #include "opt_config.h" #include <sys/param.h> +#include <sys/boot.h> #include <sys/jail.h> #include <sys/kernel.h> #include <sys/limits.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910240344.x9O3iWjb031575>