aboutsummaryrefslogtreecommitdiff
path: root/common/tf_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tf_log.c')
-rw-r--r--common/tf_log.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/common/tf_log.c b/common/tf_log.c
index 0702185640..3e174dda08 100644
--- a/common/tf_log.c
+++ b/common/tf_log.c
@@ -4,9 +4,12 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#include <stdarg.h>
#include <assert.h>
-#include <debug.h>
-#include <platform.h>
+#include <stdio.h>
+
+#include <common/debug.h>
+#include <plat/common/platform.h>
/* Set the default maximum log level to the `LOG_LEVEL` build flag */
static unsigned int max_log_level = LOG_LEVEL;