From 476f7cf2f23c4d80174f0fdb9a5b893f72b78483 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 10 Oct 2015 09:26:54 -0700 Subject: [PATCH] For b/22641205, #include _itoa.h --- elf/dl-load.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2