mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 11:53:53 +08:00
[net][lwip] Add missing reference file for LWIP 1.4.1
This commit is contained in:
parent
ebf0b32f52
commit
384b6c738a
@ -26,6 +26,7 @@
|
||||
#include "netif/ethernetif.h"
|
||||
#include "lwip/sio.h"
|
||||
#include <lwip/init.h>
|
||||
#include "lwip/inet.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -63,6 +63,7 @@
|
||||
|
||||
#include "netif/etharp.h"
|
||||
#include "netif/ethernetif.h"
|
||||
#include "lwip/inet.h"
|
||||
|
||||
#define netifapi_netif_set_link_up(n) netifapi_netif_common(n, netif_set_link_up, NULL)
|
||||
#define netifapi_netif_set_link_down(n) netifapi_netif_common(n, netif_set_link_down, NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user