X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Flwip.c;h=8adb25b876559914c34992395ace3c665591557f;hb=b13c55c6053d6b91e5073022df276f3d199398bf;hp=c95254e011ee69f413a4a940ed301ba9fc6a0f5d;hpb=1545cffc84576287b43e3f873eed0df3c8f8c20a;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. */