fix recursive inclusion by forward defining struct netif
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user