From: Richard Levitte Date: Thu, 27 Jun 2002 16:32:04 +0000 (+0000) Subject: DJGPP has some needed header files that other MSDOS/Windows compilers don't have. X-Git-Tag: OpenSSL_0_9_6e~26^2~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4367eb8706605b978d9d8b31ecba20c13f6e08e6;p=oweals%2Fopenssl.git DJGPP has some needed header files that other MSDOS/Windows compilers don't have. Part of PR 75 --- diff --git a/crypto/engine/hw_aep.c b/crypto/engine/hw_aep.c index ab36d36a76..8b8380a582 100644 --- a/crypto/engine/hw_aep.c +++ b/crypto/engine/hw_aep.c @@ -60,7 +60,7 @@ #include #include -#ifndef OPENSSL_SYS_MSDOS +#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__) #include #include #else