From 92b0ec083202bad8b737ec44069c52da0bfddbaa Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Thu, 13 Feb 2003 17:35:00 +0000 Subject: [PATCH] Add missing include files I forgot about in previous commit. --- libexec/rtld-elf/malloc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c index da94a552ff1..974eb992d2b 100644 --- a/libexec/rtld-elf/malloc.c +++ b/libexec/rtld-elf/malloc.c @@ -50,6 +50,8 @@ static char *rcsid = "$FreeBSD$"; #include #include #include +#include +#include #include #include #include