diff options
author | 1999-08-16 19:49:03 +0000 | |
---|---|---|
committer | 1999-08-16 19:49:03 +0000 | |
commit | 0c1555e0a1bffdda71467e33147e503dc20461f5 (patch) | |
tree | 10ebb289006eb3e1a51e68927b4ff76dde22050a | |
parent | include ctype.h for isspace() and fix some declarations (diff) | |
download | wireguard-openbsd-0c1555e0a1bffdda71467e33147e503dc20461f5.tar.xz wireguard-openbsd-0c1555e0a1bffdda71467e33147e503dc20461f5.zip |
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 |