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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue