From 1297ef9928e0b77b1ca81b5aafa47f5b25c247a7 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 30 Jun 2017 19:55:47 +0100 Subject: Fix build with no-threads no-ec Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3817) --- crypto/threads_none.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/threads_none.c') 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 +#include #if !defined(OPENSSL_THREADS) || defined(CRYPTO_TDEBUG) -- cgit v1.2.3