From c9b9889adabb7ad6d82dd730c6f3678b16711b74 Mon Sep 17 00:00:00 2001 From: jnemeth Date: Fri, 21 Dec 2007 20:42:03 +0000 Subject: [PATCH] add back #include from Scott Ellis on current-users@ --- crypto/dist/ssh/auth-pam.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/dist/ssh/auth-pam.c b/crypto/dist/ssh/auth-pam.c index 237f5cd1fe8a..c1e418e0fc02 100644 --- a/crypto/dist/ssh/auth-pam.c +++ b/crypto/dist/ssh/auth-pam.c @@ -50,7 +50,7 @@ /* * NetBSD local changes */ -__RCSID("$NetBSD: auth-pam.c,v 1.10 2007/12/18 02:35:25 christos Exp $"); +__RCSID("$NetBSD: auth-pam.c,v 1.11 2007/12/21 20:42:03 jnemeth Exp $"); #undef USE_POSIX_THREADS /* Not yet */ #define HAVE_SECURITY_PAM_APPL_H #define HAVE_PAM_GETENVLIST @@ -64,6 +64,7 @@ void sshpam_password_change_required(int); #include #include #include +#include #include #include