From: Randall S. Becker Date: Thu, 17 Jun 2021 17:18:27 +0000 (-0500) Subject: Add assert.h to threads_pthread.c for NonStop thread compiles. X-Git-Tag: openssl-3.0.0-beta2~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d40745671e562725e865167854be66222798ae1;p=thirdparty%2Fopenssl.git Add assert.h to threads_pthread.c for NonStop thread compiles. Fixes: #15809 Signed-off-by: Randall S. Becker Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15812) --- diff --git a/crypto/threads_pthread.c b/crypto/threads_pthread.c index ecb53299c48..00a98f4c71a 100644 --- a/crypto/threads_pthread.c +++ b/crypto/threads_pthread.c @@ -24,6 +24,8 @@ # include #endif +# include + # ifdef PTHREAD_RWLOCK_INITIALIZER # define USE_RWLOCK # endif