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/strdup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/string/strdup.c') diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c index 1210bfdc..97b5d712 100644 --- a/lib/libc/string/strdup.c +++ b/lib/libc/string/strdup.c @@ -1,5 +1,5 @@ -#include -#include +#include // for NULL, malloc +#include // for memcpy, strlen, size_t, strdup char *strdup(const char *s) { -- cgit v1.2.3