diff options
Diffstat (limited to 'cmd/x86/zboot.c')
-rw-r--r-- | cmd/x86/zboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/x86/zboot.c b/cmd/x86/zboot.c index 94e602b8a5b..3876d163236 100644 --- a/cmd/x86/zboot.c +++ b/cmd/x86/zboot.c @@ -8,6 +8,7 @@ #define LOG_CATEGORY LOGC_BOOT #include <command.h> +#include <env.h> #include <mapmem.h> #include <vsprintf.h> #include <asm/zimage.h> |