summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>1999-08-16 19:49:03 +0000
committerart <art@openbsd.org>1999-08-16 19:49:03 +0000
commit0c1555e0a1bffdda71467e33147e503dc20461f5 (patch)
tree10ebb289006eb3e1a51e68927b4ff76dde22050a
parentinclude ctype.h for isspace() and fix some declarations (diff)
downloadwireguard-openbsd-0c1555e0a1bffdda71467e33147e503dc20461f5.tar.xz
wireguard-openbsd-0c1555e0a1bffdda71467e33147e503dc20461f5.zip
inculude ctype.h for islower()
-rw-r--r--usr.bin/passwd/new_pwd.c1
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