From: Paul Pluzhnikov Date: Sat, 10 Oct 2015 16:26:54 +0000 (-0700) Subject: For b/22641205, #include _itoa.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476f7cf2f23c4d80174f0fdb9a5b893f72b78483;p=thirdparty%2Fglibc.git For b/22641205, #include _itoa.h --- diff --git a/elf/dl-load.c b/elf/dl-load.c index 20be545401d..a79f2f1460f 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -46,6 +46,8 @@ #include #include +/* Code below to add offset to symbol names references itoa. */ +#include <_itoa.h> #include #if BYTE_ORDER == BIG_ENDIAN