From 4bb91779ee4f3d0fbbf281516a19c30d6e4bad46 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Wed, 7 Oct 2015 13:20:48 +0000 Subject: include for gettimeofday(2) --- src/lib/libssl/d1_lib.c | 3 ++- src/lib/libssl/src/ssl/d1_lib.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/d1_lib.c b/src/lib/libssl/d1_lib.c index 708f3d7206..9ec9e090d2 100644 --- a/src/lib/libssl/d1_lib.c +++ b/src/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/src/lib/libssl/src/ssl/d1_lib.c b/src/lib/libssl/src/ssl/d1_lib.c index 708f3d7206..9ec9e090d2 100644 --- a/src/lib/libssl/src/ssl/d1_lib.c +++ b/src/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 -- cgit v1.2.3-55-g6feb