mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-09 18:20:53 +02:00
[HAVE_INTTYPES_H]: Include <inttypes.h>.
This commit is contained in:
@@ -171,6 +171,10 @@ char *alloca ();
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_INTTYPES_H
|
||||
# include <inttypes.h> /* for the definition of UINTMAX_MAX */
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
/* Jim Meyering writes:
|
||||
|
||||
Reference in New Issue
Block a user