stand: Fix build after r334882

Not sure how this was not caught in Universe.
This commit is contained in:
Kyle Evans 2018-06-09 15:28:37 +00:00
parent c5fda9bac0
commit 28ee318d9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334884

View File

@ -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