diff options
Diffstat (limited to 'arch/sandbox/cpu/spl.c')
-rw-r--r-- | arch/sandbox/cpu/spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/cpu/spl.c b/arch/sandbox/cpu/spl.c index 9a77da1561..e7b4b50681 100644 --- a/arch/sandbox/cpu/spl.c +++ b/arch/sandbox/cpu/spl.c @@ -10,6 +10,7 @@ #include <log.h> #include <os.h> #include <spl.h> +#include <asm/global_data.h> #include <asm/spl.h> #include <asm/state.h> #include <test/test.h> |