Include needed header. I don't know why clang didn't complain about this

but gcc sure did.
This commit is contained in:
Ian Lepore 2014-03-02 17:19:19 +00:00
parent 09b46be1cd
commit f07b2d045f

View file

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