diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-minimal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/dl-minimal.c b/elf/dl-minimal.c index 152192d..04ac155 100644 --- a/elf/dl-minimal.c +++ b/elf/dl-minimal.c @@ -23,6 +23,8 @@ #include <dl-sym-post.h> #include <_itoa.h> #include <dl-minimal-malloc.h> +#include <stdio.h> +#include <unistd.h> /* The rtld startup code calls __rtld_malloc_init_stubs after the |