diff options
Diffstat (limited to 'src/arch/arm/cpu.c')
-rw-r--r-- | src/arch/arm/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/arm/cpu.c b/src/arch/arm/cpu.c index 93d5675f35..87fc6b17cc 100644 --- a/src/arch/arm/cpu.c +++ b/src/arch/arm/cpu.c @@ -29,6 +29,7 @@ */ #include <stdlib.h> #include <arch/cpu.h> +#include <commonlib/helpers.h> /* Return the CPU struct which is at the high memory address of the stack. */ |