From e102a3dcfdff8f3dbe81286926525318611fc23a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 31 Dec 2000 01:18:50 +0000 Subject: [PATCH] Since asn1.h gets included recursively from many places, the easiest is to have asn1.h include e_os.h and e_os2.h. Of course, this makes the unofficial "non-export" status of e_os.h a bit delicate... --- crypto/asn1/asn1.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h index 4646f05da5..2d0539b612 100644 --- a/crypto/asn1/asn1.h +++ b/crypto/asn1/asn1.h @@ -70,6 +70,9 @@ #include +#include +#include + #ifdef OPENSSL_BUILD_SHLIBCRYPTO # undef OPENSSL_EXTERN # define OPENSSL_EXTERN OPENSSL_EXPORT -- 2.40.0