Date: Sat, 9 Jun 2018 15:28:37 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r334884 - head/stand/common Message-ID: <201806091528.w59FSb8O045887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806091528.w59FSb8O045887>