lwip: Fix extra or missing includes

This commit is contained in:
Darian Leung
2022-04-29 04:43:14 +08:00
parent 96ff900d7d
commit 4e4f20d82a
5 changed files with 10 additions and 15 deletions

View File

@@ -7,6 +7,7 @@
#define __DHCPS_H__
#include "sdkconfig.h"
#include <stdbool.h>
#include "lwip/ip_addr.h"
#include "lwip/err.h"