提交 fd74679a 编写于 作者: B Bodo Möller

Use standard header file string.h for memset prototype (where

"standard" refers to the C language, probably there's also some
standard that defines memory.h).
上级 587bb0e0
......@@ -70,7 +70,7 @@ int RAND_egd(const char *path)
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <memory.h>
#include <string.h>
#ifndef offsetof
# define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册