From a4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Aug 2025 18:20:43 -0400 Subject: Lots of cleanups --- src/stdlib/random.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/stdlib/random.h') diff --git a/src/stdlib/random.h b/src/stdlib/random.h index 7311d695..8509dbd7 100644 --- a/src/stdlib/random.h +++ b/src/stdlib/random.h @@ -1,3 +1,6 @@ +#include +#include + #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) #include static ssize_t getrandom(void *buf, size_t buflen, unsigned int flags) { -- cgit v1.2.3