Step 12 of move of engines: Time to make the changes to support
[openssl.git] / crypto / engine / hw_aep.c
index ab36d36a76d024213b8e96df2e6eb1f408619105..8b8380a582b4d1432a76862a70ef6aff952652ce 100644 (file)
@@ -60,7 +60,7 @@
 #include <string.h>
 
 #include <openssl/e_os2.h>
-#ifndef OPENSSL_SYS_MSDOS
+#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
 #include <sys/types.h>
 #include <unistd.h>
 #else