Fix MISRA rule 8.4 in common code
[project/bcm63xx/atf.git] / bl2 / bl2_main.c
index c85db2d4b58f4c5e940ae3a88c1c8418bc14d154..41d17455756e2191707ff8cac581a33c11e48c40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved.
  *
  * SPDX-License-Identifier: BSD-3-Clause
  */
@@ -7,6 +7,7 @@
 #include <arch_helpers.h>
 #include <auth_mod.h>
 #include <bl1.h>
+#include <bl2.h>
 #include <bl_common.h>
 #include <console.h>
 #include <debug.h>