]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
sandbox: Add some missing headers in cpu.c
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:57:48 +0000 (11:57 -0600)
committerSimon 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

index 7a622c8092d8a80fbdf8e5bbfd78e2323aa51c81..4975eb288cebc3706f9c3d3d40f35b41f70a13b3 100644 (file)
@@ -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>