Author: Dharanendiran <dharanendiran@timesys.com>
Date: Sat, 6 Jul 2024 08:21:08 +0530

---
 openbsd-compat/arc4random.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openbsd-compat/arc4random.c b/openbsd-compat/arc4random.c
index ffd3373..91be9a4 100644
--- a/openbsd-compat/arc4random.c
+++ b/openbsd-compat/arc4random.c
@@ -30,6 +30,7 @@
 #include <sys/types.h>
 
 #include <fcntl.h>
+#include <stdarg.h>
 #include <limits.h>
 #include <signal.h>
 #ifdef HAVE_STDINT_H
-- 
2.25.1

