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