summaryrefslogtreecommitdiffstats
path: root/crypto/err
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/err
parent83054771574f69e31a2d084de7fcbb221fbd057b (diff)
Make sure we get the definition of OPENSSL_NO_FP_API.
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.h2
1 files changed, 2 insertions, 0 deletions
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 <openssl/e_os2.h>
+
#ifndef OPENSSL_NO_FP_API
#include <stdio.h>
#include <stdlib.h>