diff options
Diffstat (limited to 'cmd/elf.c')
-rw-r--r-- | cmd/elf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/elf.c b/cmd/elf.c index a02361f9f51..df4354d3742 100644 --- a/cmd/elf.c +++ b/cmd/elf.c @@ -4,6 +4,7 @@ * All rights reserved. */ +#include <common.h> #include <command.h> #include <cpu_func.h> #include <elf.h> |