summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-02 11:23:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-02 11:23:13 +0000
commit225f303a9dee3616f785cc3f3bbd427978bd6a81 (patch)
treec0c3a84b0b89b3be7bca386103c9aa6a34a0d69f /ssl
parentff6e530359b777a4460ffa21165aafc6192d5142 (diff)
PR: 1946
Submitted by: Guenter <lists@gknw.net> Reviewed by: steve@openssl.org Get timeval definition on Netware.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/dtls1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/dtls1.h b/ssl/dtls1.h
index a3d8da9016..2fe0405011 100644
--- a/ssl/dtls1.h
+++ b/ssl/dtls1.h
@@ -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