Skip to content

Commit

Permalink
* stdio-common/_itoa.c: Include <limits.h>.
Browse files Browse the repository at this point in the history
	* stdio-common/_itowa.c: Likewise.
  • Loading branch information
Ulrich Drepper committed Jan 23, 2007
1 parent 765bbb2 commit c1f0486
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions stdio-common/_itoa.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <gmp-mparam.h>
#include <gmp.h>
#include <limits.h>
#include <stdlib/gmp-impl.h>
#include <stdlib/longlong.h>

Expand Down
1 change: 1 addition & 0 deletions stdio-common/_itowa.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <gmp-mparam.h>
#include <gmp.h>
#include <limits.h>
#include <stdlib/gmp-impl.h>
#include <stdlib/longlong.h>

Expand Down

0 comments on commit c1f0486

Please sign in to comment.