From: Tomas Mraz Date: Mon, 19 Aug 2024 09:34:27 +0000 (+0200) Subject: Explicitly include e_os.h for close() X-Git-Tag: openssl-3.1.7~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c0c6954bf4fa7b56e21e1393c9e5e5d55c1b2d6;p=thirdparty%2Fopenssl.git Explicitly include e_os.h for close() Reviewed-by: Tim Hudson Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/25229) --- 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