about summary refs log tree commit diff
path: root/malloc/malloc.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-10-12 12:00:26 +0000
committerJakub Jelinek <jakub@redhat.com>2004-10-12 12:00:26 +0000
commit3ee87ca7d4c813087eeee8b9fd04b7836244a54a (patch)
tree30d5d50dce77cb2e80d0bead19ee23e7d0a38617 /malloc/malloc.c
parent7dbf6a6cd568437c4b2fa14bcf5a1914cc267527 (diff)
downloadglibc-3ee87ca7d4c813087eeee8b9fd04b7836244a54a.tar.gz
glibc-3ee87ca7d4c813087eeee8b9fd04b7836244a54a.tar.xz
glibc-3ee87ca7d4c813087eeee8b9fd04b7836244a54a.zip
Updated to fedora-glibc-20041012T1128 cvs/fedora-glibc-2_3_3-67
Diffstat (limited to 'malloc/malloc.c')
-rw-r--r--malloc/malloc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c
index a41171490a..ad6009a198 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -257,6 +257,10 @@
 
 #include <malloc-machine.h>
 
+#ifdef _LIBC
+#include <stdio-common/_itoa.h>
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif