[lwIP] fix lwip 2.0.0 compiling issue.

This commit is contained in:
bernard
2017-01-31 13:18:03 +08:00
parent c53389e46f
commit 355b926e89
3 changed files with 8 additions and 6 deletions

View File

@@ -37,6 +37,11 @@
#include <netif/etharp.h>
#include <netif/ethernetif.h>
#include <lwip/ip.h>
#include <lwip/init.h>
#if (LWIP_VERSION) >= 0x02000000U
#include <lwip/prot/dhcp.h>
#endif
/* DHCP server option */