From 203e99c51d708560b7da0be44fc33efc20035738 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 21 Jul 2025 00:18:23 +0200 Subject: fix getentropy() Add missing header in commit 19fe75f0ab09c9661ff03738579171624fc35018 Reported-By: Ronald Wahl --- libc/sysdeps/linux/common/getentropy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/getentropy.c') diff --git a/libc/sysdeps/linux/common/getentropy.c b/libc/sysdeps/linux/common/getentropy.c index 55bd48a12..d255310b6 100644 --- a/libc/sysdeps/linux/common/getentropy.c +++ b/libc/sysdeps/linux/common/getentropy.c @@ -12,6 +12,7 @@ #include #include #include +#include #ifdef __NR_getrandom int -- cgit v1.2.3