diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-08-16 19:49:04 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-08-16 19:49:04 +0000 |
commit | 3e42d43939052a6b83d410fcc5c1bd6c051987cc (patch) | |
tree | 0778abc1d0b03c7f66c2ded4ebd431fdd64de0d0 | |
parent | 80ab14ed30e70a78f7552e21980fdf8ab2697a85 (diff) |
inculude ctype.h for islower()
-rw-r--r-- | usr.bin/passwd/new_pwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/passwd/new_pwd.c b/usr.bin/passwd/new_pwd.c index 5438af259f8..cc5ba082897 100644 --- a/usr.bin/passwd/new_pwd.c +++ b/usr.bin/passwd/new_pwd.c @@ -49,6 +49,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <ctype.h> #ifdef NOENCRYPTION #define read_long_pw_string placebo_read_pw_string |