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>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user