summaryrefslogtreecommitdiff
path: root/src/boot/O2
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/O2')
-rw-r--r--src/boot/O2/stackcheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/O2/stackcheck.c b/src/boot/O2/stackcheck.c
index edd1e3a30..d08dbfcb5 100644
--- a/src/boot/O2/stackcheck.c
+++ b/src/boot/O2/stackcheck.c
@@ -1,6 +1,6 @@
#include "stackcheck.h"
-#include "libc/stdbool.h"
-#include "libc/stdint.h"
+#include "stdbool.h"
+#include "stdint.h"
StackEntry* sStackInfoListStart = NULL;
StackEntry* sStackInfoListEnd = NULL;