Skip to content

Commit

Permalink
Fixes missing dependency in ss.h on platform.h
Browse files Browse the repository at this point in the history
Fixes #522 - 'mbedtls_time_t does not name a type in ssl.h'
  • Loading branch information
jcowgill authored and simonbutcher committed Jul 11, 2016
1 parent 1d46a2d commit 7247f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mbedtls/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#endif

#if defined(MBEDTLS_HAVE_TIME)
#include <time.h>
#include "platform.h"
#endif

/*
Expand Down

0 comments on commit 7247f99

Please sign in to comment.