提交 d4dfb0ba 编写于 作者: R Rich Salz 提交者: Rich Salz

Fix windows build

Move #include's inside the #ifdef.
Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 a16ca4e8
......@@ -12,13 +12,13 @@
*/
#include <openssl/crypto.h>
#include <e_os.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <assert.h>
#if defined(OPENSSL_SYS_LINUX) || defined(OPENSSL_SYS_UNIX)
# define IMPLEMENTED
# include <stdlib.h>
# include <string.h>
# include <assert.h>
# include <unistd.h>
# include <sys/mman.h>
# include <sys/param.h>
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册