Fix MISRA rule 8.4 in common code
[project/bcm63xx/atf.git] / bl31 / bl31_main.c
index a34cf86d418b1e8d96688c8b1c0a922439b57f47..0664741242a585c9ea5dd3f2ed96a6bf8a1dfbaf 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
  */
@@ -17,6 +17,7 @@
 #include <pmf.h>
 #include <runtime_instr.h>
 #include <runtime_svc.h>
+#include <std_svc.h>
 #include <string.h>
 
 #if ENABLE_RUNTIME_INSTRUMENTATION