diff --git a/tgetpass.c b/tgetpass.c index 053bca6c4..437f43e33 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -42,6 +42,7 @@ static char rcsid[] = "$Id$"; #ifdef HAVE_STRINGS_H #include #endif /* HAVE_STRINGS_H */ +#include #include #include #ifdef HAVE_SYS_BSDTYPES_H @@ -67,14 +68,6 @@ static char rcsid[] = "$Id$"; #include #include "compat.h" -#ifndef _PASSWD_LEN -# ifdef HAVE_C2_SECURITY -# define _PASSWD_LEN 24 -# else -# define _PASSWD_LEN 8 -# endif /* HAVE_C2_SECURITY */ -#endif /* _PASSWD_LEN */ - /****************************************************************** *