Add missing header.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-06-19 22:42:19 +02:00
parent e7d4a5dd3d
commit f20fdc9bda
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

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