2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Need to include inttypes.h for SIZE_MAX

This commit is contained in:
Todd C. Miller
2015-02-02 14:20:24 -07:00
parent fde8776d54
commit fd149e632e

View 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>