From: Jeroen Hofstee Date: Wed, 8 Oct 2014 20:57:54 +0000 (+0200) Subject: lib: bootm: add missing include X-Git-Tag: v2015.01-rc1~144 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e96220a5687efae2aed45ce56e143336c40d0a7;p=u-boot lib: bootm: add missing include since the vxworks weaks are reimplement make sure their prototypes are visible. Signed-off-by: Jeroen Hofstee --- diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index 39fe7a17fc..0d19c8ae23 100644 --- a/arch/arm/lib/bootm.c +++ b/arch/arm/lib/bootm.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include