]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* stdio-common/_itoa.c: Include <limits.h>.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Jan 2007 16:39:34 +0000 (16:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Jan 2007 16:39:34 +0000 (16:39 +0000)
* stdio-common/_itowa.c: Likewise.

ChangeLog
stdio-common/_itoa.c
stdio-common/_itowa.c

index 520b3ecc0ddf06ff416e3c7554c666b4993df3d6..bc4a7f7634153306c36ba2d32b6a82b07932f578 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-23  Ulrich Drepper  <drepper@redhat.com>
+
+       * stdio-common/_itoa.c: Include <limits.h>.
+       * stdio-common/_itowa.c: Likewise.
+
 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
 
        * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
index 14ee85d4e0ac8309100f62b8f082bab3a953257f..373843f1cd237b664c91d6cf62a796c32f948aae 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <gmp-mparam.h>
 #include <gmp.h>
+#include <limits.h>
 #include <stdlib/gmp-impl.h>
 #include <stdlib/longlong.h>
 
index 6f41d17f0e302caa6c174705ffbd6f74d4fb7656..09a961dfafa2d3f55b5dfe4e54fbae6878357e4d 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <gmp-mparam.h>
 #include <gmp.h>
+#include <limits.h>
 #include <stdlib/gmp-impl.h>
 #include <stdlib/longlong.h>