projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e20650
)
sandbox: Add some missing headers in cpu.c
author
Simon Glass
<sjg@chromium.org>
Mon, 4 Jul 2016 17:57:48 +0000
(11:57 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000
(20:40 -0600)
These headers are needed in case they are not transitively included.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/cpu.c
patch
|
blob
|
history
diff --git
a/arch/sandbox/cpu/cpu.c
b/arch/sandbox/cpu/cpu.c
index 7a622c8092d8a80fbdf8e5bbfd78e2323aa51c81..4975eb288cebc3706f9c3d3d40f35b41f70a13b3 100644
(file)
--- a/
arch/sandbox/cpu/cpu.c
+++ b/
arch/sandbox/cpu/cpu.c
@@
-4,6
+4,8
@@
*/
#define DEBUG
#include <common.h>
+#include <errno.h>
+#include <libfdt.h>
#include <os.h>
#include <asm/io.h>
#include <asm/state.h>