summaryrefslogtreecommitdiff
path: root/auth-pam.c
diff options
context:
space:
mode:
authordtucker <dtucker>2006-07-12 22:45:14 +0000
committerdtucker <dtucker>2006-07-12 22:45:14 +0000
commitdcf2982cd306f220722525d3090e12285de56d3c (patch)
tree48af0e47389325c19753b7b14f71e7dcd3e398e9 /auth-pam.c
parent3bc7fb636afb2fff77badecf4d71eee1fad42a11 (diff)
downloadopenssh-dcf2982cd306f220722525d3090e12285de56d3c.tar.gz
- (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 16e7c21e..cb8754ec 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -51,6 +51,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
+
+#include <errno.h>
#include <signal.h>
#ifdef USE_PAM