diff options
Diffstat (limited to 'usr/src/cmd/ssh/sshd/auth-pam.c')
-rw-r--r-- | usr/src/cmd/ssh/sshd/auth-pam.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/ssh/sshd/auth-pam.c b/usr/src/cmd/ssh/sshd/auth-pam.c index 960e4d595f..01c34c7c9a 100644 --- a/usr/src/cmd/ssh/sshd/auth-pam.c +++ b/usr/src/cmd/ssh/sshd/auth-pam.c @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -34,6 +34,7 @@ #include "auth.h" #include "auth-options.h" #include "auth-pam.h" +#include "buffer.h" #include "servconf.h" #include "canohost.h" #include "compat.h" |