From: Dr. Stephen Henson Date: Sun, 26 Apr 2009 14:53:58 +0000 (+0000) Subject: This at least break WIN32 which doesn't have sys/time.h might need to make X-Git-Tag: OpenSSL_1_0_0-beta3~120 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4f44677a41c4deefa2ae655e475648202f353512;p=oweals%2Fopenssl.git This at least break WIN32 which doesn't have sys/time.h might need to make this a bit more generous later... --- diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c index 9d2b78d3a2..e3967041b3 100644 --- a/crypto/bio/bss_dgram.c +++ b/crypto/bio/bss_dgram.c @@ -61,7 +61,9 @@ #include #include +#ifdef OPENSSL_SYS_VMS #include +#endif #define USE_SOCKETS #include "cryptlib.h"