From: Pauli Date: Tue, 1 Jun 2021 11:48:11 +0000 (+1000) Subject: store: include internal header X-Git-Tag: openssl-3.0.0-beta1~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45e6e5073a66e3c7da3af3dd3df6164c1a9cbf1b;p=thirdparty%2Fopenssl.git store: include internal header Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15564) --- diff --git a/crypto/store/store_meth.c b/crypto/store/store_meth.c index 26ad25b5b8d..cf2d1c6bbad 100644 --- a/crypto/store/store_meth.c +++ b/crypto/store/store_meth.c @@ -7,8 +7,8 @@ * https://www.openssl.org/source/license.html */ -#include #include +#include "crypto/store.h" #include "internal/core.h" #include "internal/namemap.h" #include "internal/property.h"