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/unistd/getentropy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/unistd/getentropy.c') diff --git a/lib/libc/unistd/getentropy.c b/lib/libc/unistd/getentropy.c index feab9328..60be17f7 100644 --- a/lib/libc/unistd/getentropy.c +++ b/lib/libc/unistd/getentropy.c @@ -1,3 +1,4 @@ +#include #include // for getentropy, size_t int getentropy(void *buffer, size_t length) -- cgit v1.2.3