Add assert.h to threads_pthread.c for NonStop thread compiles.
[openssl.git] / crypto / threads_pthread.c
index ecb53299c48459eba8a026ef9f3b18971c9d893d..00a98f4c71aa2645f4a7e6faf0a66c5bd384a002 100644 (file)
@@ -24,6 +24,8 @@
 #  include <unistd.h>
 #endif
 
+# include <assert.h>
+
 # ifdef PTHREAD_RWLOCK_INITIALIZER
 #  define USE_RWLOCK
 # endif