diff options
Diffstat (limited to 'test/cmd/fdt.c')
-rw-r--r-- | test/cmd/fdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd/fdt.c b/test/cmd/fdt.c index c11c181c807..96a8488e172 100644 --- a/test/cmd/fdt.c +++ b/test/cmd/fdt.c @@ -6,6 +6,7 @@ */ #include <console.h> +#include <env.h> #include <fdt_support.h> #include <mapmem.h> #include <asm/global_data.h> |