summaryrefslogtreecommitdiff
path: root/common/aarch64/early_exceptions.S
diff options
context:
space:
mode:
Diffstat (limited to 'common/aarch64/early_exceptions.S')
-rw-r--r--common/aarch64/early_exceptions.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/aarch64/early_exceptions.S b/common/aarch64/early_exceptions.S
index ba94f6cb..36a87246 100644
--- a/common/aarch64/early_exceptions.S
+++ b/common/aarch64/early_exceptions.S
@@ -5,7 +5,7 @@
*/
#include <asm_macros.S>
-#include <bl_common.h>
+#include <common/bl_common.h>
/* -----------------------------------------------------------------------------
* Very simple stackless exception handlers used by BL2 and BL31 stages.