commit | b371f1b9ddd8ed519b4ab74b8860aea317e943fa | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Tue Mar 15 18:06:13 2016 -0400 |
committer | David Benjamin <davidben@google.com> | Thu Mar 17 17:27:27 2016 +0000 |
tree | c208e9a519611375c9b170992b85c479f88da2ab | |
parent | 9aa1562843fbe63bc520c513222d0100a2085780 [diff] |
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) <estark@google.com> Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/include/openssl/time_support.h b/include/openssl/time_support.h index cec430d..274b17d 100644 --- a/include/openssl/time_support.h +++ b/include/openssl/time_support.h
@@ -60,6 +60,7 @@ #include <openssl/base.h> +#include <time.h> #if defined(__cplusplus) extern "C" {