DJGPP has some needed header files that other MSDOS/Windows compilers don't have.
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 16:32:04 +0000 (16:32 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 16:32:04 +0000 (16:32 +0000)
Part of PR 75

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