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 diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index a1d324b..093e7dc 100644 --- a/arch/sandbox/cpu/os.c +++ b/arch/sandbox/cpu/os.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include -- cgit v0.10.2