summaryrefslogtreecommitdiff
path: root/auth-pam.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-13 08:45:14 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-13 08:45:14 +1000
commit341dae59c8e0f0367100e617e049cec4023be427 (patch)
tree53f7d991e923e0085033a60d00bf0865f030721c /auth-pam.c
parent2eaea99054fd65ad03f1fe9679a318253eaa8dd6 (diff)
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth-pam.c b/auth-pam.c
index 16e7c21e3..cb8754ec7 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -51,6 +51,8 @@
51#include <sys/types.h> 51#include <sys/types.h>
52#include <sys/stat.h> 52#include <sys/stat.h>
53#include <sys/wait.h> 53#include <sys/wait.h>
54
55#include <errno.h>
54#include <signal.h> 56#include <signal.h>
55 57
56#ifdef USE_PAM 58#ifdef USE_PAM