mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
Fix compile of DHCP unit test
This commit is contained in:
parent
8eb9db18a2
commit
11386a26d9
@ -3,7 +3,8 @@
|
|||||||
#include "lwip/netif.h"
|
#include "lwip/netif.h"
|
||||||
#include "lwip/dhcp.h"
|
#include "lwip/dhcp.h"
|
||||||
#include "lwip/prot/dhcp.h"
|
#include "lwip/prot/dhcp.h"
|
||||||
#include "netif/etharp.h"
|
#include "lwip/etharp.h"
|
||||||
|
#include "netif/ethernet.h"
|
||||||
|
|
||||||
struct netif net_test;
|
struct netif net_test;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user