From: David Bohman Date: Fri, 6 Aug 2021 22:23:00 +0000 (-0700) Subject: MacOS: Add an include of X-Git-Tag: openssl-3.0.0~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad2fc0bed4a111a5ff6803ee2ed0fee98db9d2f2;p=thirdparty%2Fopenssl.git MacOS: Add an include of The include is added before , as required by older releases of the macOS developer tools. Fixes #16248 CLA: trivial Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/16258) --- diff --git a/providers/implementations/rands/seeding/rand_unix.c b/providers/implementations/rands/seeding/rand_unix.c index eab08a81503..50483830775 100644 --- a/providers/implementations/rands/seeding/rand_unix.c +++ b/providers/implementations/rands/seeding/rand_unix.c @@ -41,6 +41,7 @@ # include #endif #if defined(__APPLE__) +# include # include #endif