commit | 73063c0422e6c5011fbe660826933100dd491322 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:57:51 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 15:27:15 2014 -0400 |
tree | 17ae37a51fd9dd652bb54e2ff88528808fd71123 | |
parent | 67c398d2c0eb72e2ae566fe72c2a80173cc36d10 [diff] [blame] |
common/cmd_elf.c: add missing include Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> [trini: bootm.h must come after common.h] Signed-off-by: Tom Rini <trini@ti.com>
diff --git a/common/cmd_elf.c b/common/cmd_elf.c index 2f229d7..42a5296 100644 --- a/common/cmd_elf.c +++ b/common/cmd_elf.c
@@ -14,6 +14,7 @@ */ #include <common.h> +#include <bootm.h> #include <command.h> #include <linux/ctype.h> #include <net.h>