From 5f8dd0f849d3bb87b2224715f8880716f39e9b0a Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 3 Aug 2017 16:21:01 -0400 Subject: Add missing include of cryptlib.h Also use "" not <> for all include cryptlib Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/4082) --- crypto/threads_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/threads_pthread.c') diff --git a/crypto/threads_pthread.c b/crypto/threads_pthread.c index f7c792123b..e28a2021b4 100644 --- a/crypto/threads_pthread.c +++ b/crypto/threads_pthread.c @@ -8,7 +8,7 @@ */ #include -#include +#include "internal/cryptlib.h" #if defined(OPENSSL_THREADS) && !defined(CRYPTO_TDEBUG) && !defined(OPENSSL_SYS_WINDOWS) -- cgit v1.2.3