446cf2
commit ce7387cc250a408d3fbb7a6fff7ad4d977166b00
446cf2
Author: H.J. Lu <hjl.tools@gmail.com>
446cf2
Date:   Thu Nov 29 20:03:46 2018 -0800
446cf2
446cf2
    elf/dl-exception.c: Include <_itoa.h> for _itoa prototype
446cf2
    
446cf2
    Tested with build-many-glibcs.py.
446cf2
    
446cf2
            * elf/dl-exception.c: Include <_itoa.h>.
446cf2
446cf2
diff --git a/elf/dl-exception.c b/elf/dl-exception.c
446cf2
index 1e41d89a7db52683..3e8e0ba3f1442005 100644
446cf2
--- a/elf/dl-exception.c
446cf2
+++ b/elf/dl-exception.c
446cf2
@@ -23,6 +23,7 @@
446cf2
 #include <stdint.h>
446cf2
 #include <string.h>
446cf2
 #include <unistd.h>
446cf2
+#include <_itoa.h>
446cf2
 
446cf2
 /* This message we return as a last resort.  We define the string in a
446cf2
    variable since we have to avoid freeing it and so have to enable