diff options
Diffstat (limited to 'common/bootstage.c')
-rw-r--r-- | common/bootstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/bootstage.c b/common/bootstage.c index d2ed33663b..817f85a7fe 100644 --- a/common/bootstage.c +++ b/common/bootstage.c @@ -10,6 +10,7 @@ */ #include <common.h> +#include <bootstage.h> #include <hang.h> #include <malloc.h> #include <sort.h> |