fix(esp-tls): Fix compilation for linux target on macos

This commit fixes compilation errors for the esp-tls component for the
linux target on a MacOS system.
pull/13879/head
Sudeep Mohanty 2024-05-13 10:13:54 +02:00
rodzic ea010f84ef
commit 199dc389cc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@
*/
#include "sdkconfig.h"
#include <stdint.h>
#if CONFIG_IDF_TARGET_LINUX
#include <sys/time.h>
#include <time.h>