From: Dr. Stephen Henson Date: Thu, 28 May 2009 21:41:47 +0000 (+0000) Subject: Update from 1.0.0-stable X-Git-Tag: OpenSSL-fips-2_0-rc1~1652 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=cc9001cb3f6e13ba544daf55604a6426f05d5b43 Update from 1.0.0-stable --- diff --git a/ssl/dtls1.h b/ssl/dtls1.h index 884bbd34f1..a3d8da9016 100644 --- a/ssl/dtls1.h +++ b/ssl/dtls1.h @@ -62,6 +62,10 @@ #include #include +#ifdef OPENSSL_SYS_WIN32 +/* Needed for struct timeval */ +#include +#endif #ifdef __cplusplus extern "C" {