diff options
author | dtucker <dtucker> | 2006-07-12 22:45:14 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2006-07-12 22:45:14 +0000 |
commit | dcf2982cd306f220722525d3090e12285de56d3c (patch) | |
tree | 48af0e47389325c19753b7b14f71e7dcd3e398e9 /auth-pam.c | |
parent | 3bc7fb636afb2fff77badecf4d71eee1fad42a11 (diff) | |
download | openssh-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |