summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-24 18:50:40 +0000
committerBodo Möller <bodo@openssl.org>1999-04-24 18:50:40 +0000
commit0b86eb3ea66628997a11bc8588c4695eabd90e62 (patch)
treea40ee99e6abfd400fb4d12864562661a27865b6d /crypto/err
parent574e991aa5a95eabaf2efcb4af8981211c2f7fb2 (diff)
Fix header files so that any one can be included first.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/err/err.h b/crypto/err/err.h
index 52202942da..617fce7f83 100644
--- a/crypto/err/err.h
+++ b/crypto/err/err.h
@@ -63,6 +63,10 @@
extern "C" {
#endif
+#ifndef NO_FP_API
+#include <stdio.h>
+#endif
+
/* The following is a bit of a trick to help the object files only contain
* the 'name of the file' string once. Since 'err.h' is protected by the
* HEADER_ERR_H stuff, this should be included only once per file. */