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.3.2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca21a1deb1348195244ac5a6b4508f43e8a2b418;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) (cherry picked from commit 0c0c6954bf4fa7b56e21e1393c9e5e5d55c1b2d6) --- 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