mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-05 22:11:04 +08:00
fix(lwip): Fix warning in dhcpserver
This commit is contained in:
@ -16,7 +16,9 @@
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
#include "esp_libc.h"
|
||||
#include "esp_misc.h"
|
||||
#include "esp_softap.h"
|
||||
|
||||
#include "sdkconfig.h"
|
||||
#include "lwip/inet.h"
|
||||
@ -26,6 +28,8 @@
|
||||
#include "lwip/mem.h"
|
||||
#include "dhcpserver/dhcpserver.h"
|
||||
|
||||
#include "FreeRTOS.h"
|
||||
|
||||
extern struct netif *esp_netif[2];
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user