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>
This commit is contained in:
David Benjamin 2016-03-15 18:06:13 -04:00
parent 9aa1562843
commit b371f1b9dd

View File

@ -60,6 +60,7 @@
#include <openssl/base.h>
#include <time.h>
#if defined(__cplusplus)
extern "C" {