Ooops, apply PR #1946 to 0.9.8 too.
This commit is contained in:
@@ -65,8 +65,10 @@
|
|||||||
#ifdef OPENSSL_SYS_WIN32
|
#ifdef OPENSSL_SYS_WIN32
|
||||||
/* Needed for struct timeval */
|
/* Needed for struct timeval */
|
||||||
#include <winsock.h>
|
#include <winsock.h>
|
||||||
#elif defined(OPENSSL_SYS_NETWARE)
|
#elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_)
|
||||||
#include <sys/timeval.h>
|
#include <sys/timeval.h>
|
||||||
|
#else
|
||||||
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user