From: Todd C. Miller Date: Mon, 2 Feb 2015 21:20:24 +0000 (-0700) Subject: Need to include inttypes.h for SIZE_MAX X-Git-Tag: SUDO_1_8_12^2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd149e632e5236828f1550581c9cce1388711abf;p=sudo Need to include inttypes.h for SIZE_MAX --- diff --git a/lib/util/glob.c b/lib/util/glob.c index 4d0e47d74..b53b05e4b 100644 --- a/lib/util/glob.c +++ b/lib/util/glob.c @@ -78,6 +78,9 @@ #ifdef HAVE_UNISTD_H # include #endif /* HAVE_UNISTD_H */ +#ifdef HAVE_INTTYPES_H +# include +#endif #include #ifdef HAVE_DIRENT_H # include