aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/randfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rand/randfile.c')
-rw-r--r--crypto/rand/randfile.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c
index f3d93ad321..8318df1c40 100644
--- a/crypto/rand/randfile.c
+++ b/crypto/rand/randfile.c
@@ -63,7 +63,13 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <openssl/e_os.h>
+
+#ifndef FLAT_INC
+# include "../e_os.h"
+#else
+# include "e_os.h"
+#endif
+
#include <openssl/rand.h>
#undef BUFSIZE