[U-Boot] [PATCH 08/31] sandbox: Add some missing headers in cpu.c

Simon Glass sjg at chromium.org
Wed Jun 8 04:47:46 CEST 2016


These headers are needed in case they are not transitively included.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/sandbox/cpu/cpu.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/sandbox/cpu/cpu.c b/arch/sandbox/cpu/cpu.c
index 7a622c8..4975eb2 100644
--- 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>
-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list