From: Mike Frysinger Date: Sat, 26 Jan 2013 22:43:32 +0000 (-0500) Subject: libc/inet: pull in stddef.h for NULL X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=98df9185fdfce0203999edc4d92ac56f38108529;p=uclinux-h8%2Fuclibc-ng.git libc/inet: pull in stddef.h for NULL Fixes a build error: In file included from libc/inet/recv.c:8:0: libc/inet/socketcalls.c: In function '__recv_nocancel': libc/inet/socketcalls.c:203:57: error: 'NULL' undeclared (first use in this function) Signed-off-by: Mike Frysinger --- diff --git a/libc/inet/socketcalls.c b/libc/inet/socketcalls.c index 7ee3ac366..1353e9d59 100644 --- a/libc/inet/socketcalls.c +++ b/libc/inet/socketcalls.c @@ -4,6 +4,7 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ +#include #include #include #include