mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 09:16:20 +00:00
fix recursive inclusion by forward defining struct netif
This commit is contained in:
parent
0e4ce326c2
commit
6c6f32f17f
@ -51,7 +51,7 @@ struct in_addr {
|
||||
u32_t s_addr;
|
||||
};
|
||||
|
||||
#include "lwip/netif.h"
|
||||
struct netif;
|
||||
|
||||
extern const struct ip_addr ip_addr_any;
|
||||
extern const struct ip_addr ip_addr_broadcast;
|
||||
|
Loading…
Reference in New Issue
Block a user