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>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to