From 08a54f6e6a2bf705eb26489e2023b53e1e99607d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:24:47 +0000 Subject: [PATCH] Make sure we get the definition of OPENSSL_NO_FP_API. --- crypto/err/err.h | 2 ++ crypto/lhash/lhash.h | 1 + 2 files changed, 3 insertions(+) diff --git a/crypto/err/err.h b/crypto/err/err.h index ec895c4d12..95658addf9 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -59,6 +59,8 @@ #ifndef HEADER_ERR_H #define HEADER_ERR_H +#include + #ifndef OPENSSL_NO_FP_API #include #include diff --git a/crypto/lhash/lhash.h b/crypto/lhash/lhash.h index dee8207333..7c1d486425 100644 --- a/crypto/lhash/lhash.h +++ b/crypto/lhash/lhash.h @@ -63,6 +63,7 @@ #ifndef HEADER_LHASH_H #define HEADER_LHASH_H +#include #ifndef OPENSSL_NO_FP_API #include #endif -- 2.34.1