diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-13 17:35:00 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-13 17:35:00 +0000 |
commit | 92b0ec083202bad8b737ec44069c52da0bfddbaa (patch) | |
tree | a6783107c42f6dd67490b37b36b9f90c1ebc88ac /libexec/rtld-elf/malloc.c | |
parent | 6431ecd0a127eb3ac8ce0231a15f65fb64c328ca (diff) | |
download | src-92b0ec083202bad8b737ec44069c52da0bfddbaa.tar.gz src-92b0ec083202bad8b737ec44069c52da0bfddbaa.zip |
Notes
Diffstat (limited to 'libexec/rtld-elf/malloc.c')
-rw-r--r-- | libexec/rtld-elf/malloc.c | 2 |
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> |