diff options
Diffstat (limited to 'common/bootretry.c')
-rw-r--r-- | common/bootretry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/bootretry.c b/common/bootretry.c index 072055b010..47aaaa8220 100644 --- a/common/bootretry.c +++ b/common/bootretry.c @@ -7,6 +7,7 @@ #include <common.h> #include <bootretry.h> #include <cli.h> +#include <env.h> #include <errno.h> #include <watchdog.h> |