From: Richard Levitte Date: Thu, 20 Mar 2003 23:26:46 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_BIO. X-Git-Tag: BEN_FIPS_TEST_1~38^2~220 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=741dae576fdfaaa4030e386791edc32852388286 Make sure we get the definition of OPENSSL_NO_BIO. --- diff --git a/crypto/pem/pem.h b/crypto/pem/pem.h index 02dd9f2b67..57a2cfe92c 100644 --- a/crypto/pem/pem.h +++ b/crypto/pem/pem.h @@ -59,6 +59,7 @@ #ifndef HEADER_PEM_H #define HEADER_PEM_H +#include #ifndef OPENSSL_NO_BIO #include #endif @@ -68,7 +69,6 @@ #include #include #include -#include #ifdef __cplusplus extern "C" { diff --git a/crypto/txt_db/txt_db.h b/crypto/txt_db/txt_db.h index 563392aeff..c98e287703 100644 --- a/crypto/txt_db/txt_db.h +++ b/crypto/txt_db/txt_db.h @@ -59,6 +59,7 @@ #ifndef HEADER_TXT_DB_H #define HEADER_TXT_DB_H +#include #ifndef OPENSSL_NO_BIO #include #endif