* 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 520b3ec..bc4a7f7 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 14ee85d..373843f 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 6f41d17..09a961d 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>