提交 5238fccc 编写于 作者: R Richard Levitte

Use stdlib.h to get size_t.

上级 fba90464
......@@ -59,13 +59,7 @@
#ifndef HEADER_RAND_H
#define HEADER_RAND_H
#include <openssl/e_os2.h>
#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
#include <windows.h>
#else
#include <sys/types.h>
#endif
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册