From: Jim Meyering Date: Sat, 23 Dec 2000 10:43:33 +0000 (+0000) Subject: [HAVE_INTTYPES_H]: Include . X-Git-Tag: FILEUTILS-4_0_34^0 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=8c8f0df4f0836606e6fe21b5db09d148ec5ad3fe;p=thirdparty%2Fcoreutils.git [HAVE_INTTYPES_H]: Include . --- diff --git a/src/sys2.h b/src/sys2.h index b39ef9907b..7eda8ef3a1 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -171,6 +171,10 @@ char *alloca (); # include #endif +#if HAVE_INTTYPES_H +# include /* for the definition of UINTMAX_MAX */ +#endif + #include /* Jim Meyering writes: