From ce7387cc250a408d3fbb7a6fff7ad4d977166b00 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 29 Nov 2018 20:03:46 -0800 Subject: elf/dl-exception.c: Include <_itoa.h> for _itoa prototype Tested with build-many-glibcs.py. * elf/dl-exception.c: Include <_itoa.h>. --- elf/dl-exception.c | 1 + 1 file changed, 1 insertion(+) (limited to 'elf') diff --git a/elf/dl-exception.c b/elf/dl-exception.c index 1e41d89a7d..3e8e0ba3f1 100644 --- a/elf/dl-exception.c +++ b/elf/dl-exception.c @@ -23,6 +23,7 @@ #include #include #include +#include <_itoa.h> /* This message we return as a last resort. We define the string in a variable since we have to avoid freeing it and so have to enable -- cgit v1.2.3-70-g09d2