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:
parent
3475b26375
commit
108bf520e0
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue