From: Dr. David von Oheimb Date: Wed, 12 Aug 2020 20:11:42 +0000 (+0200) Subject: Add prerequisite #include directives to include/crypto/x509.h X-Git-Tag: openssl-3.0.0-alpha7~540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc03cfadc403137e1c274de4907b390841057cbf;p=thirdparty%2Fopenssl.git Add prerequisite #include directives to include/crypto/x509.h Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/11808) --- diff --git a/include/crypto/x509.h b/include/crypto/x509.h index c663b68abd3..a3c05f15b89 100644 --- a/include/crypto/x509.h +++ b/include/crypto/x509.h @@ -8,6 +8,8 @@ */ #include "internal/refcount.h" +#include +#include /* Internal X509 structures and functions: not for application use */