diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-minimal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-minimal.c b/elf/dl-minimal.c index a6befe12b5..379db134a4 100644 --- a/elf/dl-minimal.c +++ b/elf/dl-minimal.c @@ -25,7 +25,7 @@ #include <dl-minimal-malloc.h> #include <stdio.h> #include <unistd.h> - +#include <errno.h> /* The rtld startup code calls __rtld_malloc_init_stubs after the first self-relocation to adjust the pointers to the minimal |