summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:28:34 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:28:34 +1100
commit17e91c0fb01787f9a5974a997bb26114a435dde7 (patch)
treed4b1264eaf80ff34ee75517656a2428e1a3a7c18 /ssh.c
parentc47d7e9e1905adbef3489cc2bbdceda02d212f7e (diff)
- stevesk@cvs.openbsd.org 2006/02/10 00:27:13
[channels.c clientloop.c includes.h misc.c progressmeter.c sftp.c] [ssh.c sshd.c sshpty.c] move #include <sys/ioctl.h> out of includes.h; ok markus@
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh.c b/ssh.c
index 3384de012..5331402e5 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,9 +40,10 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.259 2006/02/08 14:31:30 stevesk Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.260 2006/02/10 00:27:13 stevesk Exp $");
44 44
45#include <sys/resource.h> 45#include <sys/resource.h>
46#include <sys/ioctl.h>
46 47
47#include <paths.h> 48#include <paths.h>
48 49