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

@ -106,6 +106,7 @@
*
*/
#include <stdlib.h>
#include <string.h>
/* Defining MPU_WRAPPERS_INCLUDED_FROM_API_FILE prevents task.h from redefining
all the API functions to use the MPU wrappers. That should only be done when