mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 20:18:56 +01:00
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:
parent
6e20650425
commit
f4289cbd8a
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue