提交 4367eb87 编写于 作者: R Richard Levitte

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

Part of PR 75
上级 0a8a9978
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册