summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-11-29 20:03:46 -0800
committerH.J. Lu <hjl.tools@gmail.com>2018-11-29 20:03:46 -0800
commitce7387cc250a408d3fbb7a6fff7ad4d977166b00 (patch)
tree7cb363ae09aa9892e2174504e951a17db275e27c /elf
parentc6a5bdc18979c09c7a2a9cf23fff8ac5781962ae (diff)
elf/dl-exception.c: Include <_itoa.h> for _itoa prototype
Tested with build-many-glibcs.py. * elf/dl-exception.c: Include <_itoa.h>.
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-exception.c1
1 files changed, 1 insertions, 0 deletions
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 <stdint.h>
#include <string.h>
#include <unistd.h>
+#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