diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-03-21 20:25:11 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-03-21 20:25:11 +0000 |
commit | 11e8a843c1be2bfbacb427ca25282e6979ebb48f (patch) | |
tree | 3358bff2de223bb79aa10ff35c4273cb94dc04e8 /libc/elf/rtld.c | |
parent | 21983719922788c86799322b2b4cd68830712137 (diff) | |
download | eglibc2-11e8a843c1be2bfbacb427ca25282e6979ebb48f.tar.gz |
Merge changes between r17530 and r17700 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@17701 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/elf/rtld.c')
-rw-r--r-- | libc/elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/elf/rtld.c b/libc/elf/rtld.c index 8fbeaf661..7fb5dc615 100644 --- a/libc/elf/rtld.c +++ b/libc/elf/rtld.c @@ -28,7 +28,7 @@ #include <sys/param.h> #include <sys/stat.h> #include <ldsodefs.h> -#include <stdio-common/_itoa.h> +#include <_itoa.h> #include <entry.h> #include <fpu_control.h> #include <hp-timing.h> |