diff --git a/bl1/aarch32/bl1_arch_setup.c b/bl1/aarch32/bl1_arch_setup.c index 23a65648ab6d78ebc684e9d942a897f6fcb88144..ce04aaabed4ab941eec7a0ef0a99d0271712c781 100644 --- a/bl1/aarch32/bl1_arch_setup.c +++ b/bl1/aarch32/bl1_arch_setup.c @@ -4,6 +4,7 @@ * SPDX-License-Identifier: BSD-3-Clause */ +#include "../bl1_private.h" /******************************************************************************* * TODO: Function that does the first bit of architectural setup. diff --git a/bl1/aarch32/bl1_context_mgmt.c b/bl1/aarch32/bl1_context_mgmt.c index 10c90f9c34f60d299a1c0770862e5d76e703ebcb..6623dfc49e59ba5339f8c8b00f27a962788faaf6 100644 --- a/bl1/aarch32/bl1_context_mgmt.c +++ b/bl1/aarch32/bl1_context_mgmt.c @@ -11,6 +11,7 @@ #include #include #include +#include "../bl1_private.h" /* * Following arrays will be used for context management. diff --git a/bl1/aarch64/bl1_arch_setup.c b/bl1/aarch64/bl1_arch_setup.c index a7a45225ff999dcdc1ab0e77b6da2a9a5154bce7..624bd80f2413736f003917dd525826b3820ed3a7 100644 --- a/bl1/aarch64/bl1_arch_setup.c +++ b/bl1/aarch64/bl1_arch_setup.c @@ -6,6 +6,7 @@ #include #include +#include "../bl1_private.h" /******************************************************************************* * Function that does the first bit of architectural setup that affects diff --git a/bl1/aarch64/bl1_context_mgmt.c b/bl1/aarch64/bl1_context_mgmt.c index 2c7fe0705ffa0f7fc5c7d65cfb8285fef0673c75..b9304dcf52b322b176ff8c288b64c48511b8b316 100644 --- a/bl1/aarch64/bl1_context_mgmt.c +++ b/bl1/aarch64/bl1_context_mgmt.c @@ -10,6 +10,7 @@ #include #include #include +#include "../bl1_private.h" /* * Following array will be used for context management.