summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:17:23 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:17:23 +0000
commit7b5a6c7a6278eb255ab0f28a72a702bef456f526 (patch)
tree8b57144c3ef01016c97e41cdff20f50bb6932abf /crypto/crypto.h
parent44deca977d7bca6e959bedf2c02b69f7f0c036d9 (diff)
Make sure we get the definition of OPENSSL_NO_FP_API.
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h2
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h>
+#include <openssl/e_os2.h>
+
#ifndef OPENSSL_NO_FP_API
#include <stdio.h>
#endif