mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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.
This commit is contained in:
parent
562623c67e
commit
41a8521774
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#if CONFIG_IDF_TARGET_LINUX
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user