Add missing include of cryptlib.h
[openssl.git] / crypto / threads_pthread.c
index f7c792123bc0748a8c672a944ae1385a329deb9b..e28a2021b45a76fb72675b2069b58956a67bbe92 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <openssl/crypto.h>
-#include <internal/cryptlib.h>
+#include "internal/cryptlib.h"
 
 #if defined(OPENSSL_THREADS) && !defined(CRYPTO_TDEBUG) && !defined(OPENSSL_SYS_WINDOWS)