summaryrefslogtreecommitdiff
path: root/semihosting.c
diff options
context:
space:
mode:
Diffstat (limited to 'semihosting.c')
-rw-r--r--semihosting.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/semihosting.c b/semihosting.c
index 7a0ee0c..27dafbe 100644
--- a/semihosting.c
+++ b/semihosting.c
@@ -16,8 +16,8 @@
* from this software without specific prior written permission.
*/
-#include <inttypes.h>
-#include <string.h>
+#include <stdint.h>
+#include "string.h"
#include "semihosting.h"
int semi_open(char const *filename, int mode)