1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
2003-09-22  Ulrich Drepper  <drepper@redhat.com>

	* malloc/malloc.c: Include <stdint.h>.
This commit is contained in:
Ulrich Drepper
2003-09-23 05:47:54 +00:00
parent e2b6bfa339
commit 5d78bb4334
3 changed files with 6 additions and 7 deletions

View File

@@ -275,6 +275,8 @@ extern "C" {
#include <stdio.h> /* needed for malloc_stats */
#include <errno.h> /* needed for optional MALLOC_FAILURE_ACTION */
/* For uintptr_t. */
#include <stdint.h>
/*
Debugging: