Don't install e_os.h in include/openssl, use it only as a local
[openssl.git] / crypto / rand / randfile.c
index f3d93ad32199dcc7bcfc519c4eb86582ac45b728..8318df1c408f9c19fe8b933891f886e044743c93 100644 (file)
 #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