Merge branch 'bugfix/fix_std_gcc_header_decalre_when_enable_vfs_v3.2' into 'release/v3.2'

fix(lwip): fix lacking of gcc header file declare when enable VFS (backport v3.2)

See merge request sdk/ESP8266_RTOS_SDK!1167
This commit is contained in:
Dong Heng
2019-11-06 16:14:13 +08:00

View File

@@ -57,6 +57,10 @@
#include "lwip/inet.h"
#endif /* PING_USE_SOCKETS */
#ifdef CONFIG_USING_ESP_VFS
#include <unistd.h>
#endif
#ifdef ESP_PING
#include "esp_ping.h"
#include "lwip/ip_addr.h"