Add a missing guard for time.h in net_sockets.c

Signed-off-by: Andrzej Kurek <[email protected]>
This commit is contained in:
Andrzej Kurek
2022-03-04 05:07:45 -05:00
parent 3475b26375
commit 108bf520e0
+2
View File
@@ -107,7 +107,9 @@ static int wsa_init_done = 0;
#include <stdio.h>
#if defined(MBEDTLS_HAVE_TIME)
#include <time.h>
#endif
#include <stdint.h>