From 217902d8c9c3cb5f49d53649c8409fac17864d12 Mon Sep 17 00:00:00 2001 From: bcook Date: Wed, 7 Oct 2015 13:20:48 +0000 Subject: [PATCH] include for gettimeofday(2) --- lib/libssl/d1_lib.c | 3 ++- lib/libssl/src/ssl/d1_lib.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libssl/d1_lib.c b/lib/libssl/d1_lib.c index 708f3d72064..9ec9e090d21 100644 --- a/lib/libssl/d1_lib.c +++ b/lib/libssl/d1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_lib.c,v 1.31 2015/09/10 17:57:50 jsing Exp $ */ +/* $OpenBSD: d1_lib.c,v 1.32 2015/10/07 13:20:48 bcook Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -59,6 +59,7 @@ #include #include +#include #include diff --git a/lib/libssl/src/ssl/d1_lib.c b/lib/libssl/src/ssl/d1_lib.c index 708f3d72064..9ec9e090d21 100644 --- a/lib/libssl/src/ssl/d1_lib.c +++ b/lib/libssl/src/ssl/d1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_lib.c,v 1.31 2015/09/10 17:57:50 jsing Exp $ */ +/* $OpenBSD: d1_lib.c,v 1.32 2015/10/07 13:20:48 bcook Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -59,6 +59,7 @@ #include #include +#include #include -- 2.20.1