Commit 4f44677a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

This at least break WIN32 which doesn't have sys/time.h might need to make

this a bit more generous later...
parent 88d9f669
Loading
Loading
Loading
Loading
+2 −0
Changes for crypto/bio/bss_dgram.c: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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"