Make sure we get the definition of OPENSSL_NO_FP_API.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:24:47 +0000 (23:24 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:24:47 +0000 (23:24 +0000)
crypto/err/err.h
crypto/lhash/lhash.h

index ec895c4d12bf88eb6838f6fcfabe03023f7312b0..95658addf9ae430e9da082a529893a765bead740 100644 (file)
@@ -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>
index dee8207333bcb0c12a47b39b955d9e4101cb5885..7c1d4864253498749fccf2ee8fac98eedb28ab8a 100644 (file)
@@ -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