diff options
Diffstat (limited to 'elf/rtld.c')
-rw-r--r-- | elf/rtld.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/elf/rtld.c b/elf/rtld.c index d780fcb870..19f5439ed0 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -22,7 +22,7 @@ Cambridge, MA 02139, USA. */ #include <stddef.h> #include <stdlib.h> #include <unistd.h> -#include "../stdio/_itoa.h" +#include "../stdio-common/_itoa.h" #ifdef RTLD_START @@ -331,8 +331,6 @@ _dl_r_debug_state (void) If we are linked into the user program (-ldl), the normal __assert_fail defn can override this one. */ -#include "../stdio/_itoa.h" - void __assert_fail (const char *assertion, const char *file, unsigned int line, const char *function) |