diff options
Diffstat (limited to 'cmd/bootm.c')
-rw-r--r-- | cmd/bootm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/bootm.c b/cmd/bootm.c index 41b341e2e5..b326ac9b43 100644 --- a/cmd/bootm.c +++ b/cmd/bootm.c @@ -10,6 +10,7 @@ #include <common.h> #include <bootm.h> #include <command.h> +#include <env.h> #include <environment.h> #include <errno.h> #include <image.h> |