Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Sep 2003 05:47:54 +0000 (05:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Sep 2003 05:47:54 +0000 (05:47 +0000)
2003-09-22  Ulrich Drepper  <drepper@redhat.com>

* malloc/malloc.c: Include <stdint.h>.

ChangeLog
localedata/ChangeLog
malloc/malloc.c

index 9fc0a65..798793a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-22  Ulrich Drepper  <drepper@redhat.com>
+
+       * malloc/malloc.c: Include <stdint.h>.
+
 2003-09-20  Paolo Bonzini  <bonzini@gnu.org>
 
        * posix/regcomp.c (build_word_op): Rename like...
index 0458879..ff8034e 100644 (file)
@@ -5,13 +5,6 @@
        * locales/eu_ES: Fix int_frac_digits and frac_digits values.
        * locales/gl_ES: Likewise.
 
-2003-09-21  Jordi Mallach  <jordi@gnu.org>
-
-       * locales/ca_ES: Fix mon_grouping, int_frac_digits and frac_digits
-       values.
-       * locales/eu_ES: Fix int_frac_digits and frac_digits values.
-       * locales/gl_ES: Likewise.
-
 2003-09-17  Ulrich Drepper  <drepper@redhat.com>
 
        * locales/lo_LA: Fix duplicated collation entries.
index 442f17e..1cb374d 100644 (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: