patched lwip with https://github.com/mbedmicro/mbed/commit/8222bde1af2e328e4c58d0f438827f3091e5e0eb

Fork of lwip by mbed official

Revision:
5:89eb903836af
Parent:
0:51ac1d130fd4
--- a/include/netif/etharp.h	Fri Jun 22 15:08:59 2012 +0000
+++ b/include/netif/etharp.h	Tue Jun 26 14:13:33 2012 +0000
@@ -212,10 +212,10 @@
 
 extern const struct eth_addr ethbroadcast, ethzero;
 
-#endif /* LWIP_ARP || LWIP_ETHERNET */
-
 #ifdef __cplusplus
 }
 #endif
 
+#endif /* LWIP_ARP || LWIP_ETHERNET */
+
 #endif /* __NETIF_ARP_H__ */