From: Simon Kagstrom <[simon.kagstrom@netinsight.net]> Date: Thu, 1 Oct 2009 14:11:50 +0000 (+0530) Subject: arm: Correct build with CONFIG_SYS_HUSH_PARSER set X-Git-Tag: v2009.11-rc1~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9df20ce211576aa7ac75710dcd8d0a6236abfd70;p=pandora-u-boot.git arm: Correct build with CONFIG_SYS_HUSH_PARSER set FLAG_PARSE_SEMICOLON is not defined without hush.h, so include that. Signed-off-by: Simon Kagstrom Signed-off-by: Prafulla Wadaskar --- diff --git a/cpu/arm926ejs/kirkwood/cpu.c b/cpu/arm926ejs/kirkwood/cpu.c index bab5faf652e..6fc39025809 100644 --- a/cpu/arm926ejs/kirkwood/cpu.c +++ b/cpu/arm926ejs/kirkwood/cpu.c @@ -27,6 +27,7 @@ #include #include #include +#include #define BUFLEN 16