diff options
Diffstat (limited to 'cmd/bootstage.c')
-rw-r--r-- | cmd/bootstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/bootstage.c b/cmd/bootstage.c index ed0b0ff1fc8..f1ea4e95982 100644 --- a/cmd/bootstage.c +++ b/cmd/bootstage.c @@ -4,6 +4,7 @@ */ #include <common.h> +#include <bootstage.h> static int do_bootstage_report(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) |