浏览代码

sandbox: Add some missing headers in cpu.c

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

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 9 年之前
父节点
当前提交
f4289cbd8a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/sandbox/cpu/cpu.c

+ 2 - 0
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>