projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b9530
)
Update from 1.0.0-stable
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 28 May 2009 21:41:47 +0000
(21:41 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 28 May 2009 21:41:47 +0000
(21:41 +0000)
ssl/dtls1.h
patch
|
blob
|
history
diff --git
a/ssl/dtls1.h
b/ssl/dtls1.h
index 884bbd34f1358974a2840408559438f0bf29caf1..a3d8da90165a2e9e0ab719acf4533ab988584ec4 100644
(file)
--- a/
ssl/dtls1.h
+++ b/
ssl/dtls1.h
@@
-62,6
+62,10
@@
#include <openssl/buffer.h>
#include <openssl/pqueue.h>
+#ifdef OPENSSL_SYS_WIN32
+/* Needed for struct timeval */
+#include <winsock.h>
+#endif
#ifdef __cplusplus
extern "C" {