patch #8479 Fixed a visibility scope that caused a compile error in some configurations (by Constantine <nongnusucks>)

This commit is contained in:
sg 2015-01-17 14:55:32 +01:00
parent c1804810d8
commit 48934414b2

View File

@ -220,10 +220,10 @@ err_t ethernet_input(struct pbuf *p, struct netif *netif);
extern const struct eth_addr ethbroadcast, ethzero;
#endif /* LWIP_ARP || LWIP_ETHERNET */
#ifdef __cplusplus
}
#endif
#endif /* LWIP_ARP || LWIP_ETHERNET */
#endif /* LWIP_HDR_NETIF_ARP_H */