From: Richard Levitte Date: Tue, 12 Feb 2019 18:54:08 +0000 (+0100) Subject: To use BN_BITS2, we'd better include openssl/bn.h X-Git-Tag: openssl-3.0.0-alpha1~2547 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=54b5fb2dab8b216c11adfbe6320c27e18a44ffb3;p=oweals%2Fopenssl.git To use BN_BITS2, we'd better include openssl/bn.h Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/8212) --- diff --git a/crypto/sparse_array.c b/crypto/sparse_array.c index 8b56b257cf..b256478358 100644 --- a/crypto/sparse_array.c +++ b/crypto/sparse_array.c @@ -9,6 +9,7 @@ */ #include +#include #include "internal/sparse_array.h" /*