From 8c8f0df4f0836606e6fe21b5db09d148ec5ad3fe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 23 Dec 2000 10:43:33 +0000 Subject: [HAVE_INTTYPES_H]: Include . --- src/sys2.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/sys2.h') 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: -- cgit v1.2.3-54-g00ecf