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: v2010.09-rc1~1^2~19^2~42^2^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dca0d1ee737918356a90f46bdc5505b107960031;p=oweals%2Fu-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 bab5faf652..6fc3902580 100644 --- a/cpu/arm926ejs/kirkwood/cpu.c +++ b/cpu/arm926ejs/kirkwood/cpu.c @@ -27,6 +27,7 @@ #include #include #include +#include #define BUFLEN 16