From 54b5fb2dab8b216c11adfbe6320c27e18a44ffb3 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 12 Feb 2019 19:54:08 +0100 Subject: [PATCH] To use BN_BITS2, we'd better include openssl/bn.h Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/8212) --- crypto/sparse_array.c | 1 + 1 file changed, 1 insertion(+) 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" /* -- 2.25.1