Merge branch 'bugfix/dirent-riscv-header-4.3' into 'release/v4.3'

vfs: use sys/dirent.h from newlib (backport v4.3)

See merge request espressif/esp-idf!12752
This commit is contained in:
Jiang Jiang Jian
2021-04-01 02:16:59 +00:00

View File

@ -29,7 +29,7 @@
#include <sys/time.h>
#include <sys/termios.h>
#include <sys/poll.h>
#include <dirent.h>
#include <sys/dirent.h>
#include <string.h>
#include "sdkconfig.h"