From b371f1b9ddd8ed519b4ab74b8860aea317e943fa Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Tue, 15 Mar 2016 18:06:13 -0400 Subject: [PATCH] Include time.h in time_support.h. For time_t and struct tm. BUG=595118 Change-Id: I6c7f05998887ed2bd3fb56c83ac543894ef27fe6 Reviewed-on: https://boringssl-review.googlesource.com/7462 Reviewed-by: Emily Stark (Dunn) Reviewed-by: Nico Weber Reviewed-by: David Benjamin --- include/openssl/time_support.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/openssl/time_support.h b/include/openssl/time_support.h index cec430d3..274b17d1 100644 --- a/include/openssl/time_support.h +++ b/include/openssl/time_support.h @@ -60,6 +60,7 @@ #include +#include #if defined(__cplusplus) extern "C" {