diff options
Diffstat (limited to 'bl31/aarch64/context.S')
-rw-r--r-- | bl31/aarch64/context.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bl31/aarch64/context.S b/bl31/aarch64/context.S index 2b2e7bf..45d4a22 100644 --- a/bl31/aarch64/context.S +++ b/bl31/aarch64/context.S @@ -28,8 +28,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <context.h> +#include <arch.h> #include <asm_macros.S> +#include <context.h> /* ----------------------------------------------------- * The following function strictly follows the AArch64 |