]> granicus.if.org Git - sudo/commitdiff
includes pwd.h to get _PASSWD_LEN definition
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Nov 1995 03:24:37 +0000 (03:24 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 13 Nov 1995 03:24:37 +0000 (03:24 +0000)
tgetpass.c

index 30c3c775f0162b8858802148e24f9eadbf13c531..eb7c94c544d0ced430d6a0f33b7c09f52bcf1541 100644 (file)
@@ -42,6 +42,7 @@ static char rcsid[] = "$Id$";
 #ifdef HAVE_STRINGS_H
 #include <strings.h>
 #endif /* HAVE_STRINGS_H */
+#include <pwd.h>
 #include <sys/types.h>
 #ifdef _AIX
 #include <sys/select.h>