[U-Boot] [PATCH 31/49] common/cmd_elf.c: add missing include

Jeroen Hofstee jeroen at myspectrum.nl
Wed Oct 8 22:57:51 CEST 2014


Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>
---
 common/cmd_elf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/cmd_elf.c b/common/cmd_elf.c
index 2f229d7..8de8e81 100644
--- a/common/cmd_elf.c
+++ b/common/cmd_elf.c
@@ -13,6 +13,7 @@
  * purpose.
  */
 
+#include <bootm.h>
 #include <common.h>
 #include <command.h>
 #include <linux/ctype.h>
-- 
2.1.0



More information about the U-Boot mailing list