diff options
Diffstat (limited to 'plat/common/plat_spm_sp.c')
-rw-r--r-- | plat/common/plat_spm_sp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/common/plat_spm_sp.c b/plat/common/plat_spm_sp.c index ce482799..bc3d6a01 100644 --- a/plat/common/plat_spm_sp.c +++ b/plat/common/plat_spm_sp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, Arm Limited. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -9,6 +9,7 @@ #include <platform_def.h> #include <common/debug.h> +#include <plat/common/platform.h> #include <tools_share/sptool.h> static unsigned int sp_next; |