diff --git a/src/sys2.h b/src/sys2.h index b39ef9907..7eda8ef3a 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: