diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-23 05:47:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-23 05:47:54 +0000 |
commit | 5d78bb43349cbd51805bcf0682af08a45b9988b8 (patch) | |
tree | 67346d5e1ba1e742cc5a1b2a11baa0002b4a7fc3 /malloc/malloc.c | |
parent | e2b6bfa33950b3fa75f2b473f4b6659da3d53b4a (diff) | |
download | glibc-5d78bb43349cbd51805bcf0682af08a45b9988b8.tar.gz glibc-5d78bb43349cbd51805bcf0682af08a45b9988b8.tar.xz glibc-5d78bb43349cbd51805bcf0682af08a45b9988b8.zip |
Update.
2003-09-22 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c: Include <stdint.h>.
Diffstat (limited to 'malloc/malloc.c')
-rw-r--r-- | malloc/malloc.c | 2 |
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: |