From f1d0b451b1cd26a30178cb307842a000ab1d1930 Mon Sep 17 00:00:00 2001
From: Deomid Ryabkov <rojer@cesanta.com>
Date: Fri, 13 Jan 2017 00:38:03 +0000
Subject: [PATCH] ESP32: Update esp-idf

cesanta/esp-idf is rebased onto espressif/esp-idf#aece3d6fc62fd91d3c5a87e0ab2ddb5ac51d8ff0

A few wifi changes and VFS support for directory-related functions.

PUBLISHED_FROM=7823db802945122aa1b5453da8abd8e380cbf2fa
---
 mongoose.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mongoose.h b/mongoose.h
index 22585992d..c763aae4b 100644
--- a/mongoose.h
+++ b/mongoose.h
@@ -474,6 +474,7 @@ typedef struct stat cs_stat_t;
 
 #include <assert.h>
 #include <ctype.h>
+#include <dirent.h>
 #include <fcntl.h>
 #include <inttypes.h>
 #include <machine/endian.h>
-- 
GitLab