From 0d40745671e562725e865167854be66222798ae1 Mon Sep 17 00:00:00 2001 From: "Randall S. Becker" Date: Thu, 17 Jun 2021 12:18:27 -0500 Subject: [PATCH] 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) --- crypto/threads_pthread.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2