summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-02-13 17:35:00 +0000
committerkan <kan@FreeBSD.org>2003-02-13 17:35:00 +0000
commit3d24733b3f03f6c22ce180c1eea1f3a0a26c7ebf (patch)
treea6783107c42f6dd67490b37b36b9f90c1ebc88ac /libexec/rtld-elf
parent3d252cd8868660cd99a7e0b091136aafa9ccad25 (diff)
downloadFreeBSD-src-3d24733b3f03f6c22ce180c1eea1f3a0a26c7ebf.zip
FreeBSD-src-3d24733b3f03f6c22ce180c1eea1f3a0a26c7ebf.tar.gz
Add missing include files I forgot about in previous commit.
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/malloc.c2
1 files changed, 2 insertions, 0 deletions
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 <sys/types.h>
#include <err.h>
#include <paths.h>
+#include <stdarg.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
OpenPOWER on IntegriCloud