aboutsummaryrefslogtreecommitdiff
path: root/lib/semihosting.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/semihosting.c')
-rw-r--r--lib/semihosting.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/semihosting.c b/lib/semihosting.c
index 831774e3566..9be5bffd301 100644
--- a/lib/semihosting.c
+++ b/lib/semihosting.c
@@ -4,9 +4,10 @@
* Copyright 2014 Broadcom Corporation
*/
-#include <common.h>
#include <log.h>
#include <semihosting.h>
+#include <linux/errno.h>
+#include <linux/string.h>
#define SYSOPEN 0x01
#define SYSCLOSE 0x02