diff options
Diffstat (limited to 'test/boot/bootm.c')
-rw-r--r-- | test/boot/bootm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/boot/bootm.c b/test/boot/bootm.c index 1d1efe71ad5..ed60094f3c1 100644 --- a/test/boot/bootm.c +++ b/test/boot/bootm.c @@ -6,6 +6,7 @@ */ #include <bootm.h> +#include <env.h> #include <asm/global_data.h> #include <test/test.h> #include <test/ut.h> |