svn commit: r334884 - head/stand/common

Kyle Evans kevans at FreeBSD.org
Sat Jun 9 17:15:20 UTC 2018


Author: kevans
Date: Sat Jun  9 15:28:37 2018
New Revision: 334884
URL: https://svnweb.freebsd.org/changeset/base/334884

Log:
  stand: Fix build after r334882
  
  Not sure how this was not caught in Universe.

Modified:
  head/stand/common/metadata.c

Modified: head/stand/common/metadata.c
==============================================================================
--- head/stand/common/metadata.c	Sat Jun  9 15:10:49 2018	(r334883)
+++ head/stand/common/metadata.c	Sat Jun  9 15:28:37 2018	(r334884)
@@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
 #include <stand.h>
 #include <sys/param.h>
 #include <sys/linker.h>
+#include <sys/reboot.h>
 #if defined(LOADER_FDT_SUPPORT)
 #include <fdt_platform.h>
 #endif


More information about the svn-src-all mailing list