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/strstr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/string/strstr.c') diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index 1c35e826..d0c53b1b 100644 --- a/lib/libc/string/strstr.c +++ b/lib/libc/string/strstr.c @@ -1,4 +1,5 @@ #include // for NULL +#include // for strstr char *strstr(const char *s1, const char *s2) { -- cgit v1.2.3