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

Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek 2022-03-02 10:55:08 -05:00
parent 3475b26375
commit 108bf520e0

View file

@ -107,7 +107,9 @@ static int wsa_init_done = 0;
#include <stdio.h> #include <stdio.h>
#if defined(MBEDTLS_HAVE_TIME)
#include <time.h> #include <time.h>
#endif
#include <stdint.h> #include <stdint.h>