Fix time.h header.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-06-19 23:36:41 +02:00
parent dd68554782
commit 79f76a176d
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -19,9 +19,9 @@
#include "mbedtls/ecdh.h"
#if !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM)
#include "hardware/rtc.h"
#include <time.h>
#else
#include <sys/time.h>
#include <time.h>
#endif
#include "files.h"
#include "random.h"