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