2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +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
#include <malloc.h>
#endif /* HAVE_MALLOC_H */
#include <ctype.h>
#include <pwd.h>
#include <signal.h>
#include <errno.h>