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

@ -15,7 +15,10 @@
* Ian Craggs - convert to FreeRTOS
*******************************************************************************/
#include "lwip/netdb.h"
#include <string.h>
#include <netdb.h>
#include "MQTTFreeRTOS.h"
int ThreadStart(Thread* thread, void (*fn)(void*), void* arg)