From a53a8650d92de507612d6a43fe5185473114bbfb Mon Sep 17 00:00:00 2001 From: "la .varik. .VALefor." <38414004+varikvalefor@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:56:17 +0000 Subject: [PATCH] ni'o zengau pe'a fi le ka ce'u mapti la'oi .OpenBSD. --- cbits-unix/init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cbits-unix/init.c b/cbits-unix/init.c index 05fb84c..fe3d50c 100644 --- a/cbits-unix/init.c +++ b/cbits-unix/init.c @@ -1,6 +1,8 @@ #include #include +#ifndef __OpenBSD__ // OpenBSD does not use sys/random.h. #include +#endif uint64_t splitmix_init() { uint64_t result;