提交 a1990dd7 编写于 作者: R Richard Levitte

Don't include sys/types.h if NO_SYS_TYPES_H is defined.

上级 cb464c38
......@@ -64,8 +64,10 @@
#include <stdarg.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>
#include "cryptlib.h"
#ifndef NO_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <openssl/bio.h>
#ifdef BN_LLONG
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册