]> andersk Git - openssh.git/blobdiff - auth-pam.c
- (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]
[openssh.git] / auth-pam.c
index 8ff3320d30f44cfcff3f234e4519b2c5bc47e715..5cbec772c85fec14782c4f22b6bfb0d437e7290c 100644 (file)
 #include "includes.h"
 RCSID("$Id$");
 
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <sys/wait.h>
+#include <signal.h>
+
 #ifdef USE_PAM
 #if defined(HAVE_SECURITY_PAM_APPL_H)
 #include <security/pam_appl.h>
This page took 0.073502 seconds and 4 git commands to generate.