From: Simon Glass Date: Tue, 10 Jan 2012 23:54:06 +0000 (-0800) Subject: sandbox: add required header to os.c X-Git-Tag: v2012.04-rc1~64^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bdf56b78668769c091a74b40059a2ff14c5b80c;p=pandora-u-boot.git sandbox: add required header to os.c We should include the sys/time.h header to avoid warnings. Signed-off-by: Simon Glass Signed-off-by: Mike Frysinger --- diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index a1d324b51f6..093e7dc7ad3 100644 --- a/arch/sandbox/cpu/os.c +++ b/arch/sandbox/cpu/os.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include