Fixes missing dependency in ss.h on platform.h

Fixes #522 - 'mbedtls_time_t does not name a type in ssl.h'
This commit is contained in:
James Cowgill 2016-07-11 13:57:05 +01:00 committed by Simon Butcher
parent 1d46a2d5aa
commit 7247f99b3e

View File

@ -52,7 +52,7 @@
#endif
#if defined(MBEDTLS_HAVE_TIME)
#include <time.h>
#include "platform.h"
#endif
/*