]> granicus.if.org Git - sudo/commitdiff
Need to include inttypes.h for SIZE_MAX
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 2 Feb 2015 21:20:24 +0000 (14:20 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 2 Feb 2015 21:20:24 +0000 (14:20 -0700)
lib/util/glob.c

index 4d0e47d7409a462ae515cee97028e6dfdb0f1c09..b53b05e4b3142b7bd1428c95ff9a078bcb2c800a 100644 (file)
@@ -78,6 +78,9 @@
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif /* HAVE_UNISTD_H */
+#ifdef HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
 #include <ctype.h>
 #ifdef HAVE_DIRENT_H
 # include <dirent.h>