From: bcook Date: Wed, 7 Oct 2015 13:20:48 +0000 (+0000) Subject: include for gettimeofday(2) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=217902d8c9c3cb5f49d53649c8409fac17864d12;p=openbsd include for gettimeofday(2) --- 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