mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
* stdio-common/_itoa.c: Include <limits.h>.
* stdio-common/_itowa.c: Likewise.
This commit is contained in:
@@ -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>
|
2007-01-22 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* stdio-common/_itowa.c: Don't compile _itowa for 64-bit
|
* stdio-common/_itowa.c: Don't compile _itowa for 64-bit
|
||||||
|
@@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include <gmp-mparam.h>
|
#include <gmp-mparam.h>
|
||||||
#include <gmp.h>
|
#include <gmp.h>
|
||||||
|
#include <limits.h>
|
||||||
#include <stdlib/gmp-impl.h>
|
#include <stdlib/gmp-impl.h>
|
||||||
#include <stdlib/longlong.h>
|
#include <stdlib/longlong.h>
|
||||||
|
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
#include <gmp-mparam.h>
|
#include <gmp-mparam.h>
|
||||||
#include <gmp.h>
|
#include <gmp.h>
|
||||||
|
#include <limits.h>
|
||||||
#include <stdlib/gmp-impl.h>
|
#include <stdlib/gmp-impl.h>
|
||||||
#include <stdlib/longlong.h>
|
#include <stdlib/longlong.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user