summaryrefslogtreecommitdiff
path: root/malloc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-23 05:47:54 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-23 05:47:54 +0000
commit5d78bb43349cbd51805bcf0682af08a45b9988b8 (patch)
tree67346d5e1ba1e742cc5a1b2a11baa0002b4a7fc3 /malloc
parente2b6bfa33950b3fa75f2b473f4b6659da3d53b4a (diff)
Update.
2003-09-22 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c: Include <stdint.h>.
Diffstat (limited to 'malloc')
-rw-r--r--malloc/malloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c
index 442f17e71a..1cb374df26 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -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: