commit | 7247f99b3e068a2b90b7776a2cdd438fddb7a38b | [log] [tgz] |
---|---|---|
author | James Cowgill <james410@cowgill.org.uk> | Mon Jul 11 13:57:05 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon Jul 11 13:57:05 2016 +0100 |
tree | 618c6bfbabb407c515785704350ad3530ca25a46 | |
parent | 1d46a2d5aaf90e53f9e2f6e58df2b129e41f0cd7 [diff] [blame] |
Fixes missing dependency in ss.h on platform.h Fixes #522 - 'mbedtls_time_t does not name a type in ssl.h'
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 82c0760..bc62336 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -52,7 +52,7 @@ #endif #if defined(MBEDTLS_HAVE_TIME) -#include <time.h> +#include "platform.h" #endif /*