diff options
Diffstat (limited to 'src/lib/libcrypto/lhash/lhash.h')
-rw-r--r-- | src/lib/libcrypto/lhash/lhash.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/lhash/lhash.h b/src/lib/libcrypto/lhash/lhash.h index ea40ef184e..187a284243 100644 --- a/src/lib/libcrypto/lhash/lhash.h +++ b/src/lib/libcrypto/lhash/lhash.h | |||
@@ -63,7 +63,8 @@ | |||
63 | #ifndef HEADER_LHASH_H | 63 | #ifndef HEADER_LHASH_H |
64 | #define HEADER_LHASH_H | 64 | #define HEADER_LHASH_H |
65 | 65 | ||
66 | #include <openssl/e_os2.h> | 66 | #include <openssl/opensslconf.h> |
67 | |||
67 | #ifndef OPENSSL_NO_FP_API | 68 | #ifndef OPENSSL_NO_FP_API |
68 | #include <stdio.h> | 69 | #include <stdio.h> |
69 | #endif | 70 | #endif |