Revert "Fix lwip implementation of retransmission timers."
[bertos.git] / bertos / net / lwip.c
index 8bc9b3b51fb5a01a4ea06c02d2da76df683b53f2..8adb25b876559914c34992395ace3c665591557f 100644 (file)
  * \author Andrea Righi        <arighi@develer.com>
  */
 
+/*
+ * Required by arm-2010.09-51-arm-none-eabi toolchain
+ */
+#define __LINUX_ERRNO_EXTENSIONS__
+
 /* XXX: exclude all the lwIP stuff from the BeRTOS documentation for now  */
 #ifndef __doxygen__
 /* Ensure that the lwIP compile-time options are included first. */
 #endif
 
 /* lwIP network interface */
-#if LWIP_ARP
 #include "lwip/src/netif/etharp.c"
-#endif
 #include "lwip/src/netif/loopif.c"
 
 /* lwIP PPP implementation */