From 14cfc78089e4839598f9e8116268704eb35a2970 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 10 Oct 2015 09:26:54 -0700 Subject: For b/22641205, #include _itoa.h --- README.google | 5 +++++ elf/dl-load.c | 1 + 2 files changed, 6 insertions(+) diff --git a/README.google b/README.google index 832b2f6..a6550c9 100644 --- a/README.google +++ b/README.google @@ -498,3 +498,8 @@ nss/tst-nss-getpwent.c elf/dl-load.c For b/20141439, don't add "foo.so" as alternate name for already loaded foo.so/@0x (ppluzhnikov, google-local) + +elf/dl-load.c + For b/22641205, #include _itoa.h + (ppluzhnikov, google-local) + diff --git a/elf/dl-load.c b/elf/dl-load.c index 1b3e259..9ee5c9c 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -38,6 +38,7 @@ #include #include +#include <_itoa.h> /* On some systems, no flag bits are given to specify file mapping. */ #ifndef MAP_FILE -- cgit v1.1