]> andersk Git - openssh.git/blobdiff - sshd.c
- (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]
[openssh.git] / sshd.c
diff --git a/sshd.c b/sshd.c
index 6f458eb3be48080a054d7bab5974bd5186f57959..aef4db109fba0fa16d4d70cd73cd3cf8cd089faa 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -51,7 +51,9 @@ RCSID("$OpenBSD: sshd.c,v 1.325 2006/03/13 08:16:00 djm Exp $");
 #include <sys/ioctl.h>
 #include <sys/wait.h>
 
+#ifdef HAVE_PATHS_H
 #include <paths.h>
+#endif
 #include <signal.h>
 
 #include <openssl/dh.h>
This page took 0.160713 seconds and 4 git commands to generate.