DJGPP has some needed header files that other MSDOS/Windows compilers don't have.
Part of PR 75
This commit is contained in:
parent
97c9760f61
commit
9063e375e8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user