From 741dae576fdfaaa4030e386791edc32852388286 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:26:46 +0000 Subject: [PATCH] Make sure we get the definition of OPENSSL_NO_BIO. --- crypto/pem/pem.h | 2 +- crypto/txt_db/txt_db.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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