From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/string/strlcpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/string/strlcpy.c') diff --git a/lib/libc/string/strlcpy.c b/lib/libc/string/strlcpy.c index 2f2f6a3b..fcbcebab 100644 --- a/lib/libc/string/strlcpy.c +++ b/lib/libc/string/strlcpy.c @@ -1,4 +1,4 @@ -#include +#include // for size_t, memcpy, strlen, strlcpy size_t strlcpy(char *restrict dst, const char *restrict src, size_t dstsize) { -- cgit v1.2.3