aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lhash
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/lhash
parent574e991aa5a95eabaf2efcb4af8981211c2f7fb2 (diff)
downloadopenssl-0b86eb3ea66628997a11bc8588c4695eabd90e62.tar.gz
Fix header files so that any one can be included first.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto/lhash')
-rw-r--r--crypto/lhash/lhash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/lhash/lhash.h b/crypto/lhash/lhash.h
index e97d39ffc5..9b1d5ef058 100644
--- a/crypto/lhash/lhash.h
+++ b/crypto/lhash/lhash.h
@@ -67,6 +67,10 @@
extern "C" {
#endif
+#ifndef NO_FP_API
+#include <stdio.h>
+#endif
+
typedef struct lhash_node_st
{
char *data;