From a6c9378e43749cc75c47af0b7f1c9c9a1257e271 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 c120fa421c4..fff4fce5866 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