* stdio-common/_itoa.c: Include <limits.h>.

* stdio-common/_itowa.c: Likewise.
This commit is contained in:
Ulrich Drepper 2007-01-23 16:39:34 +00:00
parent 765bbb24bd
commit c1f0486aa0
3 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -22,6 +22,7 @@
#include <gmp-mparam.h>
#include <gmp.h>
#include <limits.h>
#include <stdlib/gmp-impl.h>
#include <stdlib/longlong.h>

View file

@ -21,6 +21,7 @@
#include <gmp-mparam.h>
#include <gmp.h>
#include <limits.h>
#include <stdlib/gmp-impl.h>
#include <stdlib/longlong.h>