diff options
Diffstat (limited to 'include/bl31/context.h')
-rw-r--r-- | include/bl31/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bl31/context.h b/include/bl31/context.h index b889f681..c0230b86 100644 --- a/include/bl31/context.h +++ b/include/bl31/context.h @@ -188,6 +188,7 @@ #ifndef __ASSEMBLY__ #include <cassert.h> +#include <platform_def.h> /* for CACHE_WRITEBACK_GRANULE */ #include <stdint.h> /* |