Add missing include file.
[openssl.git] / crypto / o_fopen.c
index f08f99b414f5ce475ec6716690e8f78741ff3e80..7d51ad725426c505495e2b57b009c50897c996af 100644 (file)
 #  endif
 # endif
 
+#include "e_os.h"
 #include "internal/cryptlib.h"
 
 #if !defined(OPENSSL_NO_STDIO)
 
 # include <stdio.h>
-# ifdef _WIN32
-#  include <windows.h>
-# endif
 # ifdef __DJGPP__
 #  include <unistd.h>
 # endif