summaryrefslogtreecommitdiff
path: root/auth-pam.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/auth-pam.c b/auth-pam.c
index fb9ae954a..49cf32369 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -47,7 +47,12 @@
47 47
48/* Based on $FreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des Exp $ */ 48/* Based on $FreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des Exp $ */
49#include "includes.h" 49#include "includes.h"
50RCSID("$Id: auth-pam.c,v 1.128 2006/01/29 05:46:13 dtucker Exp $"); 50RCSID("$Id: auth-pam.c,v 1.129 2006/03/15 03:42:55 djm Exp $");
51
52#include <sys/types.h>
53#include <sys/stat.h>
54#include <sys/wait.h>
55#include <signal.h>
51 56
52#ifdef USE_PAM 57#ifdef USE_PAM
53#if defined(HAVE_SECURITY_PAM_APPL_H) 58#if defined(HAVE_SECURITY_PAM_APPL_H)