mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
PR: 1946
Submitted by: Guenter <lists@gknw.net> Reviewed by: steve@openssl.org Get timeval definition on Netware.
This commit is contained in:
parent
ff6e530359
commit
225f303a9d
@ -65,6 +65,8 @@
|
||||
#ifdef OPENSSL_SYS_WIN32
|
||||
/* Needed for struct timeval */
|
||||
#include <winsock.h>
|
||||
#elif defined(OPENSSL_SYS_NETWARE)
|
||||
#include <sys/timeval.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user