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:04 +00:00
parent 0a8a99785b
commit 4367eb8706

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