Re: [U-Boot] [PATCH v3 6/9] sandbox: Add required header to os.c

2012-01-10 Thread Mike Frysinger
On Tuesday 10 January 2012 18:54:06 Simon Glass wrote: > We should include the sys/time.h header to avoid warnings. added to my sandbox branch -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@list

[U-Boot] [PATCH v3 6/9] sandbox: Add required header to os.c

2012-01-10 Thread Simon Glass
We should include the sys/time.h header to avoid warnings. Signed-off-by: Simon Glass --- Changes in v2: - Rebase after changes to sandbox header sort patch arch/sandbox/cpu/os.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os