diff options
Diffstat (limited to 'include/bl31/context.h')
-rw-r--r-- | include/bl31/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bl31/context.h b/include/bl31/context.h index cb4cd8e..b0c9810 100644 --- a/include/bl31/context.h +++ b/include/bl31/context.h @@ -31,8 +31,8 @@ #ifndef __CONTEXT_H__ #define __CONTEXT_H__ -#include <bl_common.h> #include <arch.h> +#include <cassert.h> /******************************************************************************* * Constants that allow assembler code to access members of and the 'gp_regs' |