aboutsummaryrefslogtreecommitdiff
path: root/openssl/engines/e_aep.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/engines/e_aep.c')
-rw-r--r--openssl/engines/e_aep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/engines/e_aep.c b/openssl/engines/e_aep.c
index e24e4b424..742b4f9b1 100644
--- a/openssl/engines/e_aep.c
+++ b/openssl/engines/e_aep.c
@@ -57,7 +57,7 @@
#include <string.h>
#include <openssl/e_os2.h>
-#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
+#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__) || defined(__MINGW32__)
#include <sys/types.h>
#include <unistd.h>
#else