aboutsummaryrefslogtreecommitdiff
path: root/include/bl31/ehf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bl31/ehf.h')
-rw-r--r--include/bl31/ehf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/bl31/ehf.h b/include/bl31/ehf.h
index f35d810028..ee00d09361 100644
--- a/include/bl31/ehf.h
+++ b/include/bl31/ehf.h
@@ -11,7 +11,8 @@
#include <cdefs.h>
#include <stdint.h>
-#include <utils_def.h>
+
+#include <lib/utils_def.h>
/* Valid priorities set bit 0 of the priority handler. */
#define EHF_PRI_VALID_ BIT(0)