diff options
Diffstat (limited to 'common/cmd_bootm.c')
-rw-r--r-- | common/cmd_bootm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 843ec6e0c2..67233600b1 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -12,6 +12,7 @@ #include <bootm.h> #include <command.h> #include <environment.h> +#include <errno.h> #include <image.h> #include <lmb.h> #include <malloc.h> |