From 73063c0422e6c5011fbe660826933100dd491322 Mon Sep 17 00:00:00 2001 From: Jeroen Hofstee Date: Wed, 8 Oct 2014 22:57:51 +0200 Subject: common/cmd_elf.c: add missing include Signed-off-by: Jeroen Hofstee [trini: bootm.h must come after common.h] Signed-off-by: Tom Rini --- common/cmd_elf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/cmd_elf.c b/common/cmd_elf.c index 2f229d739a..42a52965c2 100644 --- a/common/cmd_elf.c +++ b/common/cmd_elf.c @@ -14,6 +14,7 @@ */ #include +#include #include #include #include -- cgit v1.2.1