diff options
Diffstat (limited to 'boot/image-pre-load.c')
-rw-r--r-- | boot/image-pre-load.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/image-pre-load.c b/boot/image-pre-load.c index adf3b341a20..2f851ebb28c 100644 --- a/boot/image-pre-load.c +++ b/boot/image-pre-load.c @@ -7,6 +7,7 @@ #include "mkimage.h" #else #include <asm/global_data.h> +#include <env.h> #include <mapmem.h> DECLARE_GLOBAL_DATA_PTR; #endif /* !USE_HOSTCC*/ |