diff options
Diffstat (limited to 'cmd/fdt.c')
-rw-r--r-- | cmd/fdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/fdt.c b/cmd/fdt.c index 10d8f3230bb..25a6ed40d20 100644 --- a/cmd/fdt.c +++ b/cmd/fdt.c @@ -9,6 +9,7 @@ #include <common.h> #include <command.h> +#include <env.h> #include <linux/ctype.h> #include <linux/types.h> #include <asm/global_data.h> |