From 7b5564b2ee16671807427760130f320ce24186d0 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 21 Aug 2002 19:03:26 +0000 Subject: Include stddef.h for NULL definition, rather than rolling our own here. Reviewed by: jdp --- libexec/rtld-elf/malloc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c index 1e0664ce3195..ed0d1fd1ffce 100644 --- a/libexec/rtld-elf/malloc.c +++ b/libexec/rtld-elf/malloc.c @@ -52,6 +52,7 @@ static char *rcsid = "$FreeBSD$"; #include #include #include +#include #include #include #include @@ -65,8 +66,6 @@ static char *rcsid = "$FreeBSD$"; #define NEED_DEV_ZERO 1 #endif -#define NULL 0 - static void morecore(); static int findbucket(); -- cgit v1.2.3