From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- lib/libc/stdlib/calloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/stdlib/calloc.c') diff --git a/lib/libc/stdlib/calloc.c b/lib/libc/stdlib/calloc.c index b472d446..d5762de6 100644 --- a/lib/libc/stdlib/calloc.c +++ b/lib/libc/stdlib/calloc.c @@ -1,3 +1,4 @@ +#include "stddef.h" #include // for errno, EINVAL, ENOMEM #include // for calloc, malloc #include // for size_t, memset -- cgit v1.2.3