o_fopen.c,rand/randfile.c: compensate for e_os.h omission.
[openssl.git] / crypto / o_fopen.c
index a3a006574d70a15c4e0c76d8072643ccc8cbe6d9..951d034ddaae05cc30d0d3af4aec2d01558c07be 100644 (file)
@@ -12,6 +12,9 @@
 #if !defined(OPENSSL_NO_STDIO)
 
 # include <stdio.h>
+# ifdef _WIN32
+#  include <windows.h>
+# endif
 
 FILE *openssl_fopen(const char *filename, const char *mode)
 {