From 1e42aaa494179068c6800db28c53cdc94ee69e87 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 19 Aug 2024 11:34:27 +0200 Subject: [PATCH] Explicitly include e_os.h for close() Reviewed-by: Tim Hudson Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/25229) (cherry picked from commit 0c0c6954bf4fa7b56e21e1393c9e5e5d55c1b2d6) --- crypto/rand/randfile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index d44cf2c2318..98b811c5efd 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -16,6 +16,7 @@ # include #endif +#include "internal/e_os.h" #include "internal/cryptlib.h" #include -- 2.47.2