Merge branch 'fix/hello_world_linux_target_on_macos' into 'master'

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

See merge request espressif/esp-idf!30798
This commit is contained in:
Sudeep Mohanty
2024-05-13 19:31:00 +08:00

View File

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