aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/lib/string.c')
-rw-r--r--src/kernel/lib/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/lib/string.c b/src/kernel/lib/string.c
index 0ca04ee..c171439 100644
--- a/src/kernel/lib/string.c
+++ b/src/kernel/lib/string.c
@@ -1,5 +1,5 @@
#include <stddef.h>
-#include "../io/io.h"
+#include <kernel/io/io.h>
size_t strlen(const char *str) {
size_t len = 0;