summaryrefslogtreecommitdiffstats
path: root/ssl/dtls1.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-11-22 18:25:04 +0000
committerRichard Levitte <levitte@openssl.org>2010-11-22 18:25:04 +0000
commitec44f0ebfaaf86fa391577fda075df633326f7bc (patch)
treecfc4b638d1697fb81271cd709a69af849bc29a04 /ssl/dtls1.h
parent63779538167edee9f81f68046206ee7d38a95aaf (diff)
Taken from OpenSSL_1_0_0-stable:
Include proper header files for time functions. Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
Diffstat (limited to 'ssl/dtls1.h')
-rw-r--r--ssl/dtls1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssl/dtls1.h b/ssl/dtls1.h
index 448c254be3..f85acf59d4 100644
--- a/ssl/dtls1.h
+++ b/ssl/dtls1.h
@@ -68,6 +68,10 @@
#include <openssl/buffer.h>
#include <openssl/pqueue.h>
+#ifdef OPENSSL_SYS_VMS
+#include <resource.h>
+#include <sys/timeb.h>
+#endif
#ifdef OPENSSL_SYS_WIN32
/* Needed for struct timeval */
#include <winsock.h>