1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* 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.
This commit is contained in:
Ulrich Drepper
2004-10-06 18:09:57 +00:00
parent 6bdd38ba71
commit c56da3a39b
8 changed files with 24 additions and 10 deletions

View File

@ -257,6 +257,10 @@
#include <malloc-machine.h>
#ifdef _LIBC
#include <stdio-common/_itoa.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif