Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment