diff options
-rw-r--r-- | README.google | 5 | ||||
-rw-r--r-- | elf/dl-load.c | 1 |
2 files changed, 6 insertions, 0 deletions
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<offset> (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 <stap-probe.h> #include <dl-dst.h> +#include <_itoa.h> /* On some systems, no flag bits are given to specify file mapping. */ #ifndef MAP_FILE |