summaryrefslogtreecommitdiffstats
path: root/crypto/threads_none.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-06-30 19:55:47 +0100
committerDr. Stephen Henson <steve@openssl.org>2017-06-30 19:55:47 +0100
commit1297ef9928e0b77b1ca81b5aafa47f5b25c247a7 (patch)
tree9860ac989f27b3c295313584b51ca34240ea632d /crypto/threads_none.c
parentb5319bdbd095ff59d084af5ce16e5f715963557d (diff)
Fix build with no-threads no-ec
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3817)
Diffstat (limited to 'crypto/threads_none.c')
-rw-r--r--crypto/threads_none.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/threads_none.c b/crypto/threads_none.c
index 39aadd0e98..1fc2f0fe6c 100644
--- a/crypto/threads_none.c
+++ b/crypto/threads_none.c
@@ -8,6 +8,7 @@
*/
#include <openssl/crypto.h>
+#include <internal/cryptlib.h>
#if !defined(OPENSSL_THREADS) || defined(CRYPTO_TDEBUG)