From 3d24733b3f03f6c22ce180c1eea1f3a0a26c7ebf Mon Sep 17 00:00:00 2001 From: kan Date: Thu, 13 Feb 2003 17:35:00 +0000 Subject: Add missing include files I forgot about in previous commit. --- libexec/rtld-elf/malloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libexec') diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c index da94a55..974eb99 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 -- cgit v1.1