Ooops, apply PR #1946 to 0.9.8 too.

This commit is contained in:
Dr. Stephen Henson
2009-06-22 10:32:27 +00:00
parent 79649d380e
commit 6daac534d7

View File

@@ -65,8 +65,10 @@
#ifdef OPENSSL_SYS_WIN32
/* Needed for struct timeval */
#include <winsock.h>
#elif defined(OPENSSL_SYS_NETWARE)
#elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_)
#include <sys/timeval.h>
#else
#include <sys/time.h>
#endif
#ifdef __cplusplus