From 25f1eb375f05883bd499760f4496f4218b5011c9 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 26 Oct 2019 22:45:08 +0200 Subject: Using compiler-based include methods --- src/kernel/lib/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/lib/string.c') 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 -#include "../io/io.h" +#include size_t strlen(const char *str) { size_t len = 0; -- cgit v1.2.3