aboutsummaryrefslogtreecommitdiffstats
path: root/include/lib/libc/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/libc/assert.h')
-rw-r--r--include/lib/libc/assert.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/lib/libc/assert.h b/include/lib/libc/assert.h
index 2cca6a0b2..d04f9dc04 100644
--- a/include/lib/libc/assert.h
+++ b/include/lib/libc/assert.h
@@ -8,9 +8,11 @@
#define ASSERT_H
#include <cdefs.h>
-#include <debug.h>
+
#include <platform_def.h>
+#include <common/debug.h>
+
#ifndef PLAT_LOG_LEVEL_ASSERT
#define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL
#endif