X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Flwip.c;h=8adb25b876559914c34992395ace3c665591557f;hb=00a56e3c9af3422795c598fda5e9e6ff74ca6b48;hp=c95254e011ee69f413a4a940ed301ba9fc6a0f5d;hpb=c0b42e1e8494eeeca4871c86321ef56446b604f2;p=bertos.git diff --git a/bertos/net/lwip.c b/bertos/net/lwip.c index c95254e0..8adb25b8 100644 --- a/bertos/net/lwip.c +++ b/bertos/net/lwip.c @@ -34,6 +34,11 @@ * \author Andrea Righi */ +/* + * 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. */