summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/err/err.h2
-rw-r--r--crypto/lhash/lhash.h1
2 files changed, 3 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>
diff --git a/crypto/lhash/lhash.h b/crypto/lhash/lhash.h
index dee8207333..7c1d486425 100644
--- a/crypto/lhash/lhash.h
+++ b/crypto/lhash/lhash.h
@@ -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