summaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-26 14:53:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-26 14:53:58 +0000
commit4f44677a41c4deefa2ae655e475648202f353512 (patch)
treeb426d620ac18429448b9945d657555b962580a07 /crypto/bio
parent88d9f669c5fb2d539fac403fbf963a568405b134 (diff)
This at least break WIN32 which doesn't have sys/time.h might need to make
this a bit more generous later...
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bss_dgram.c2
1 files changed, 2 insertions, 0 deletions
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 <stdio.h>
#include <errno.h>
+#ifdef OPENSSL_SYS_VMS
#include <sys/time.h>
+#endif
#define USE_SOCKETS
#include "cryptlib.h"