summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 14:42:54 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 14:42:54 +1100
commit6645e7a70d1b46b2cb408e1a13755c300a0d47c2 (patch)
tree66b325a70d0882aecce752334b06f87ca8612e0c /ssh.c
parent34877d2e1744237569555c73afbed02e338218f2 (diff)
- (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]
[sftp-client.c ssh-keysign.c ssh.c sshconnect.c sshconnect2.c] [sshd.c openbsd-compat/bsd-misc.c openbsd-compat/bsd-openpty.c] [openbsd-compat/glob.c openbsd-compat/mktemp.c] [openbsd-compat/readpassphrase.c] Lots of include fixes for OpenSolaris
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh.c b/ssh.c
index 6f185b4a7..911231a6c 100644
--- a/ssh.c
+++ b/ssh.c
@@ -51,7 +51,9 @@ RCSID("$OpenBSD: ssh.c,v 1.266 2006/03/12 04:23:07 djm Exp $");
51#include <sys/un.h> 51#include <sys/un.h>
52 52
53#include <ctype.h> 53#include <ctype.h>
54#ifdef HAVE_PATHS_H
54#include <paths.h> 55#include <paths.h>
56#endif
55#include <signal.h> 57#include <signal.h>
56 58
57#include <openssl/evp.h> 59#include <openssl/evp.h>