[HAVE_INTTYPES_H]: Include <inttypes.h>. FILEUTILS-4_0_34
authorJim Meyering <jim@meyering.net>
Sat, 23 Dec 2000 10:43:33 +0000 (10:43 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 23 Dec 2000 10:43:33 +0000 (10:43 +0000)
src/sys2.h

index b39ef99..7eda8ef 100644 (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: