diff options
Diffstat (limited to 'common/bootstage.c')
-rw-r--r-- | common/bootstage.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/bootstage.c b/common/bootstage.c index d2ed33663b7..5f87358fd85 100644 --- a/common/bootstage.c +++ b/common/bootstage.c @@ -10,7 +10,9 @@ */ #include <common.h> +#include <bootstage.h> #include <hang.h> +#include <log.h> #include <malloc.h> #include <sort.h> #include <spl.h> |