projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e101247
)
sandbox: add required header to os.c
author
Simon Glass
<sjg@chromium.org>
Tue, 10 Jan 2012 23:54:06 +0000
(15:54 -0800)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/arch/sandbox/cpu/os.c
b/arch/sandbox/cpu/os.c
index
a1d324b
..
093e7dc
100644
(file)
--- a/
arch/sandbox/cpu/os.c
+++ b/
arch/sandbox/cpu/os.c
@@
-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>