From 7b5a6c7a6278eb255ab0f28a72a702bef456f526 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:17:23 +0000 Subject: [PATCH] Make sure we get the definition of OPENSSL_NO_FP_API. --- crypto/bio/bio.h | 3 ++- crypto/crypto.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h index fbbc16d00c..ce8b19ce2e 100644 --- a/crypto/bio/bio.h +++ b/crypto/bio/bio.h @@ -59,13 +59,14 @@ #ifndef HEADER_BIO_H #define HEADER_BIO_H +#include + #ifndef OPENSSL_NO_FP_API # include #endif #include #include -#include #ifdef __cplusplus extern "C" { diff --git a/crypto/crypto.h b/crypto/crypto.h index fa799a7623..0f15a56544 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -119,6 +119,8 @@ #include +#include + #ifndef OPENSSL_NO_FP_API #include #endif -- GitLab