diff options
-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 |