From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libc/string/strlen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/string/strlen.c') diff --git a/lib/libc/string/strlen.c b/lib/libc/string/strlen.c index 6371b588..a7e30a49 100644 --- a/lib/libc/string/strlen.c +++ b/lib/libc/string/strlen.c @@ -1,4 +1,5 @@ -#include // for size_t, NULL +#include // for NULL +#include // for size_t, strlen size_t strlen(const char *str) { -- cgit v1.2.3