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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/lib/string.c b/src/kernel/lib/string.c
index f9dfb99..0ca04ee 100644
--- a/src/kernel/lib/string.c
+++ b/src/kernel/lib/string.c
@@ -1,4 +1,5 @@
#include <stddef.h>
+#include "../io/io.h"
size_t strlen(const char *str) {
size_t len = 0;