aboutsummaryrefslogtreecommitdiff
path: root/libc/str.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/str.c')
-rw-r--r--libc/str.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/str.c b/libc/str.c
index b8d4fb1..bf60d86 100644
--- a/libc/str.c
+++ b/libc/str.c
@@ -2,6 +2,7 @@
#include <def.h>
#include <mem.h>
+#include <str.h>
u32 strlen(const char *s)
{