From ad2fc0bed4a111a5ff6803ee2ed0fee98db9d2f2 Mon Sep 17 00:00:00 2001 From: David Bohman Date: Fri, 6 Aug 2021 15:23:00 -0700 Subject: 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) --- providers/implementations/rands/seeding/rand_unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'providers/implementations/rands') diff --git a/providers/implementations/rands/seeding/rand_unix.c b/providers/implementations/rands/seeding/rand_unix.c index eab08a8150..5048383077 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 -- cgit v1.2.3