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

apps/apps.c: include sys/socket.h to declare recv()

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 6e836806
......@@ -2340,6 +2340,8 @@ int raw_read_stdin(void *buf, int siz)
return (-1);
}
#elif defined(__VMS)
#include <sys/socket.h>
int raw_read_stdin(void *buf, int siz)
{
return recv(fileno_stdin(), buf, siz, 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册