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:
13a4808
)
Update from 1.0.0-stable.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 29 May 2009 12:00:22 +0000
(12:00 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 29 May 2009 12:00:22 +0000
(12:00 +0000)
ssl/dtls1.h
patch
|
blob
|
history
diff --git
a/ssl/dtls1.h
b/ssl/dtls1.h
index 189acedfab78307be62d935e57688c9d0161980a..5d8ec71c30fafd0ae288b5fad861e7cc867ca124 100644
(file)
--- a/
ssl/dtls1.h
+++ b/
ssl/dtls1.h
@@
-62,6
+62,9
@@
#include <openssl/buffer.h>
#include <openssl/pqueue.h>
+#ifdef OPENSSL_SYS_WIN32
+/* Needed for struct timeval */
+#include <winsock.h>
#ifdef __cplusplus
extern "C" {