DJGPP has some needed header files that other MSDOS/Windows compilers don't have.

Part of PR 75
This commit is contained in:
Richard Levitte 2002-06-27 16:32:15 +00:00
parent 97c9760f61
commit 9063e375e8

View 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