diff options
Diffstat (limited to 'cmd/bootz.c')
-rw-r--r-- | cmd/bootz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/bootz.c b/cmd/bootz.c index 55837a7..b6bb4aa 100644 --- a/cmd/bootz.c +++ b/cmd/bootz.c @@ -4,6 +4,7 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ +#include <common.h> #include <bootm.h> #include <command.h> #include <image.h> |