fix recursive inclusion by forward defining struct netif

This commit is contained in:
jani 2004-03-26 13:21:10 +00:00
parent 0e4ce326c2
commit 6c6f32f17f

View File

@ -51,7 +51,7 @@ struct in_addr {
u32_t s_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_any;
extern const struct ip_addr ip_addr_broadcast; extern const struct ip_addr ip_addr_broadcast;