Commit 97d5809c authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

Add missing include of sys/time.h



gettimeofday was undefined

Reviewed-by: default avatarGeoff Thorpe <geoff@openssl.org>
parent 1d97c843
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -66,6 +66,9 @@
#include <openssl/bio.h>
#ifndef OPENSSL_NO_DGRAM

#if !(defined(_WIN32) || defined(OPENSSL_SYS_VMS))
# include <sys/time.h>
#endif
#if defined(OPENSSL_SYS_VMS)
#include <sys/timeb.h>
#endif