]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sandbox: add required header to os.c
authorSimon Glass <sjg@chromium.org>
Tue, 10 Jan 2012 23:54:06 +0000 (15:54 -0800)
committerMike Frysinger <vapier@gentoo.org>
Mon, 12 Mar 2012 15:03:42 +0000 (11:03 -0400)
We should include the sys/time.h header to avoid warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/sandbox/cpu/os.c

index a1d324b51f6b8dd3c2524d7ebb3a488ca8d2d8c8..093e7dc7ad3fa31b9be4d1c0b62ecd7e759296fe 100644 (file)
@@ -27,6 +27,7 @@
 #include <unistd.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
+#include <sys/time.h>
 #include <sys/types.h>
 #include <linux/types.h>