From c56da3a39b4da2cd4226e3ad937d48cc4c988149 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 6 Oct 2004 18:09:57 +0000 Subject: Update. * posix/tst-getaddrinfo2.c: Include stdlib.h and string.h. (do_test): Use %p instead of 0x%08X to print a pointer. * malloc/malloc.c: Include stdio-common/_itoa.h. --- malloc/malloc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'malloc/malloc.c') 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 +#ifdef _LIBC +#include +#endif + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3