mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Include needed header. I don't know why clang didn't complain about this
but gcc sure did.
This commit is contained in:
parent
09b46be1cd
commit
f07b2d045f
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@ __FBSDID("$FreeBSD$");
|
|||
#include "bootstrap.h"
|
||||
#include "glue.h"
|
||||
|
||||
#if defined(LOADER_FDT_SUPPORT)
|
||||
#include "libuboot.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Return a 'boothowto' value corresponding to the kernel arguments in
|
||||
* (kargs) and any relevant environment variables.
|
||||
|
|
|
|||
Loading…
Reference in a new issue