mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-12 21:41:28 +00:00
default_netif.c: add missing include
For sys_msleep(), we need to include sys.h
This commit is contained in:
parent
2b6d9a56f7
commit
e0be5a7f6d
@ -34,6 +34,7 @@
|
|||||||
|
|
||||||
#include "lwip/netif.h"
|
#include "lwip/netif.h"
|
||||||
#include "lwip/ip_addr.h"
|
#include "lwip/ip_addr.h"
|
||||||
|
#include "lwip/sys.h"
|
||||||
#include "lwip/tcpip.h"
|
#include "lwip/tcpip.h"
|
||||||
#include "../pcapif.h"
|
#include "../pcapif.h"
|
||||||
#include "examples/example_app/default_netif.h"
|
#include "examples/example_app/default_netif.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user