Skip to content
Snippets Groups Projects
Commit f4289cbd authored by Simon Glass's avatar Simon Glass
Browse files

sandbox: Add some missing headers in cpu.c


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

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 6e206504
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment