1
0
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:
Jim Meyering
2000-12-23 10:43:33 +00:00
parent 69e09f0559
commit 8c8f0df4f0
+4
View File
@@ -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: