mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 09:05:59 +08:00
Merge branch 'feature/add_time_head_to_lwipopt_h' into 'master'
Add newlib <time.h> declare to "lwipopts.h" See merge request sdk/ESP8266_RTOS_SDK!953
This commit is contained in:
@ -47,6 +47,7 @@
|
||||
#include "sdkconfig.h"
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#include <time.h>
|
||||
#include "esp_libc.h"
|
||||
#include "esp_system.h"
|
||||
#include "driver/soc.h"
|
||||
|
Reference in New Issue
Block a user