diff options
Diffstat (limited to 'src/userspace/mlibc/string/strlen.c')
-rw-r--r-- | src/userspace/mlibc/string/strlen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userspace/mlibc/string/strlen.c b/src/userspace/mlibc/string/strlen.c index f6a06a4..c8d9c4f 100644 --- a/src/userspace/mlibc/string/strlen.c +++ b/src/userspace/mlibc/string/strlen.c @@ -1,4 +1,4 @@ -#include <mlibc/string.h> +#include <mlibc/stdlib.h> size_t strlen(const char *str) { |