svn commit: r349344 - head/sys/kern

Warner Losh imp at FreeBSD.org
Mon Jun 24 20:52:22 UTC 2019


Author: imp
Date: Mon Jun 24 20:52:21 2019
New Revision: 349344
URL: https://svnweb.freebsd.org/changeset/base/349344

Log:
  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:
  head/sys/kern/kern_mib.c

Modified: head/sys/kern/kern_mib.c
==============================================================================
--- head/sys/kern/kern_mib.c	Mon Jun 24 20:34:53 2019	(r349343)
+++ head/sys/kern/kern_mib.c	Mon Jun 24 20:52:21 2019	(r349344)
@@ -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>


More information about the svn-src-head mailing list