2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-03 07:45:47 +00:00

now include ctype.h for islower and tolower macros

This commit is contained in:
Todd C. Miller
1995-03-28 05:49:00 +00:00
parent a9f4e4530a
commit 485c9e6edc

View File

@@ -47,6 +47,7 @@ static char rcsid[] = "$Id$";
#ifdef HAVE_MALLOC_H #ifdef HAVE_MALLOC_H
#include <malloc.h> #include <malloc.h>
#endif /* HAVE_MALLOC_H */ #endif /* HAVE_MALLOC_H */
#include <ctype.h>
#include <pwd.h> #include <pwd.h>
#include <signal.h> #include <signal.h>
#include <errno.h> #include <errno.h>