fix: Fix warning while esp_libc update

This commit is contained in:
Wu Jian Gang
2018-05-24 14:47:14 +08:00
parent 98d01eb5f7
commit b9922f5116
13 changed files with 40 additions and 5 deletions

View File

@ -7,6 +7,9 @@
CONDITIONS OF ANY KIND, either express or implied.
*/
#include <string.h>
#include <strings.h>
#include "sdkconfig.h"
#include "esp_misc.h"
@ -19,7 +22,7 @@
#include <sys/socket.h>
#include <netdb.h>
#include <lwip/apps/sntp.h>
#include "lwip/apps/sntp.h"
#include "mbedtls/platform.h"
#include "mbedtls/net_sockets.h"