summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auth.c2
-rw-r--r--misc.c2
-rw-r--r--readpass.c2
-rw-r--r--sftp.c2
-rw-r--r--ssh-agent.c2
-rw-r--r--sshpty.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/auth.c b/auth.c
index 94c4a3eb8..666a2dd22 100644
--- a/auth.c
+++ b/auth.c
@@ -26,7 +26,7 @@
26RCSID("$OpenBSD: auth.c,v 1.61 2006/02/08 12:15:27 stevesk Exp $"); 26RCSID("$OpenBSD: auth.c,v 1.61 2006/02/08 12:15:27 stevesk Exp $");
27 27
28#ifdef HAVE_PATHS_H 28#ifdef HAVE_PATHS_H
29# include <paths.h> 29# include <paths.h>
30#endif 30#endif
31#ifdef HAVE_LOGIN_H 31#ifdef HAVE_LOGIN_H
32#include <login.h> 32#include <login.h>
diff --git a/misc.c b/misc.c
index a80eedb1c..e85b773d0 100644
--- a/misc.c
+++ b/misc.c
@@ -27,7 +27,7 @@
27RCSID("$OpenBSD: misc.c,v 1.43 2006/02/08 12:15:27 stevesk Exp $"); 27RCSID("$OpenBSD: misc.c,v 1.43 2006/02/08 12:15:27 stevesk Exp $");
28 28
29#ifdef HAVE_PATHS_H 29#ifdef HAVE_PATHS_H
30# include <paths.h> 30# include <paths.h>
31#endif 31#endif
32#ifdef SSH_TUN_OPENBSD 32#ifdef SSH_TUN_OPENBSD
33#include <net/if.h> 33#include <net/if.h>
diff --git a/readpass.c b/readpass.c
index a9b99617a..9f74bec19 100644
--- a/readpass.c
+++ b/readpass.c
@@ -26,7 +26,7 @@
26RCSID("$OpenBSD: readpass.c,v 1.34 2006/02/08 12:15:27 stevesk Exp $"); 26RCSID("$OpenBSD: readpass.c,v 1.34 2006/02/08 12:15:27 stevesk Exp $");
27 27
28#ifdef HAVE_PATHS_H 28#ifdef HAVE_PATHS_H
29# include <paths.h> 29# include <paths.h>
30#endif 30#endif
31 31
32#include "xmalloc.h" 32#include "xmalloc.h"
diff --git a/sftp.c b/sftp.c
index 877632ec3..636c1f5f4 100644
--- a/sftp.c
+++ b/sftp.c
@@ -19,7 +19,7 @@
19RCSID("$OpenBSD: sftp.c,v 1.71 2006/02/08 12:15:27 stevesk Exp $"); 19RCSID("$OpenBSD: sftp.c,v 1.71 2006/02/08 12:15:27 stevesk Exp $");
20 20
21#ifdef HAVE_PATHS_H 21#ifdef HAVE_PATHS_H
22# include <paths.h> 22# include <paths.h>
23#endif 23#endif
24#ifdef USE_LIBEDIT 24#ifdef USE_LIBEDIT
25#include <histedit.h> 25#include <histedit.h>
diff --git a/ssh-agent.c b/ssh-agent.c
index 87381f09f..0b10f9194 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -38,7 +38,7 @@
38RCSID("$OpenBSD: ssh-agent.c,v 1.126 2006/02/08 12:15:27 stevesk Exp $"); 38RCSID("$OpenBSD: ssh-agent.c,v 1.126 2006/02/08 12:15:27 stevesk Exp $");
39 39
40#ifdef HAVE_PATHS_H 40#ifdef HAVE_PATHS_H
41# include <paths.h> 41# include <paths.h>
42#endif 42#endif
43#include <openssl/evp.h> 43#include <openssl/evp.h>
44#include <openssl/md5.h> 44#include <openssl/md5.h>
diff --git a/sshpty.c b/sshpty.c
index 6b0ad1f2a..4434a908d 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -15,7 +15,7 @@
15RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $"); 15RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $");
16 16
17#ifdef HAVE_PATHS_H 17#ifdef HAVE_PATHS_H
18# include <paths.h> 18# include <paths.h>
19#endif 19#endif
20#include <termios.h> 20#include <termios.h>
21#ifdef HAVE_UTIL_H 21#ifdef HAVE_UTIL_H