aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lhash
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:24:47 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:24:47 +0000
commit08a54f6e6a2bf705eb26489e2023b53e1e99607d (patch)
treebc139283773fe209793e8e136dc7c20016efcedd /crypto/lhash
parent83054771574f69e31a2d084de7fcbb221fbd057b (diff)
downloadopenssl-08a54f6e6a2bf705eb26489e2023b53e1e99607d.tar.gz
Make sure we get the definition of OPENSSL_NO_FP_API.
Diffstat (limited to 'crypto/lhash')
-rw-r--r--crypto/lhash/lhash.h1
1 files changed, 1 insertions, 0 deletions
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 <openssl/e_os2.h>
#ifndef OPENSSL_NO_FP_API
#include <stdio.h>
#endif