From 3bdf56b78668769c091a74b40059a2ff14c5b80c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 10 Jan 2012 15:54:06 -0800 Subject: 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 --- arch/sandbox/cpu/os.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/sandbox/cpu') diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index a1d324b51f..093e7dc7ad 100644 --- a/arch/sandbox/cpu/os.c +++ b/arch/sandbox/cpu/os.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include -- cgit v1.2.1