DJGPP has some needed header files that other MSDOS/Windows compilers don't have.
Part of PR 75
This commit is contained in:
parent
0a8a99785b
commit
4367eb8706
@ -60,7 +60,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <openssl/e_os2.h>
|
#include <openssl/e_os2.h>
|
||||||
#ifndef OPENSSL_SYS_MSDOS
|
#if !defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user