diff mbox

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

Message ID 1412801889-14400-32-git-send-email-jeroen@myspectrum.nl
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Jeroen Hofstee Oct. 8, 2014, 8:57 p.m. UTC
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
---
 common/cmd_elf.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 27, 2014, 12:33 a.m. UTC | #1
On Wed, Oct 08, 2014 at 10:57:51PM +0200, Jeroen Hofstee wrote:

> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>

Applied to u-boot/master, thanks!
diff mbox

Patch

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>