aboutsummaryrefslogtreecommitdiffstats
path: root/common/runtime_svc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/runtime_svc.c')
-rw-r--r--common/runtime_svc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/runtime_svc.c b/common/runtime_svc.c
index c30c0ecb6..09ce787d4 100644
--- a/common/runtime_svc.c
+++ b/common/runtime_svc.c
@@ -5,11 +5,12 @@
*/
#include <assert.h>
-#include <debug.h>
#include <errno.h>
-#include <runtime_svc.h>
#include <string.h>
+#include <common/debug.h>
+#include <common/runtime_svc.h>
+
/*******************************************************************************
* The 'rt_svc_descs' array holds the runtime service descriptors exported by
* services by placing them in the 'rt_svc_descs' linker section.