aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-02-13 17:35:00 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-02-13 17:35:00 +0000
commit92b0ec083202bad8b737ec44069c52da0bfddbaa (patch)
treea6783107c42f6dd67490b37b36b9f90c1ebc88ac /libexec
parent6431ecd0a127eb3ac8ce0231a15f65fb64c328ca (diff)
downloadsrc-92b0ec083202bad8b737ec44069c52da0bfddbaa.tar.gz
src-92b0ec083202bad8b737ec44069c52da0bfddbaa.zip
Add missing include files I forgot about in previous commit.
Notes
Notes: svn path=/head/; revision=110803
Diffstat (limited to 'libexec')
-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 da94a552ff19..974eb992d2ba 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>