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

Change inclusion of sys/types.h to stdlib.h in include/openssl/ebcdic.h

Needed to get size_t on Windows
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 2d5724aa
......@@ -10,7 +10,7 @@
#ifndef HEADER_EBCDIC_H
# define HEADER_EBCDIC_H
# include <sys/types.h>
# include <stdlib.h>
#ifdef __cplusplus
extern "C" {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册