提交 97d5809c 编写于 作者: K Kurt Roeckx

Add missing include of sys/time.h

gettimeofday was undefined
Reviewed-by: NGeoff Thorpe <geoff@openssl.org>
上级 1d97c843
......@@ -66,6 +66,9 @@
#include <openssl/bio.h>
#ifndef OPENSSL_NO_DGRAM
#if !(defined(_WIN32) || defined(OPENSSL_SYS_VMS))
# include <sys/time.h>
#endif
#if defined(OPENSSL_SYS_VMS)
#include <sys/timeb.h>
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册