diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 11:28:34 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 11:28:34 +1100 |
commit | 17e91c0fb01787f9a5974a997bb26114a435dde7 (patch) | |
tree | d4b1264eaf80ff34ee75517656a2428e1a3a7c18 /sshpty.c | |
parent | c47d7e9e1905adbef3489cc2bbdceda02d212f7e (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 'sshpty.c')
-rw-r--r-- | sshpty.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,9 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include "includes.h" | 14 | #include "includes.h" |
15 | RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $"); | 15 | RCSID("$OpenBSD: sshpty.c,v 1.15 2006/02/10 00:27:13 stevesk Exp $"); |
16 | |||
17 | #include <sys/ioctl.h> | ||
16 | 18 | ||
17 | #ifdef HAVE_PATHS_H | 19 | #ifdef HAVE_PATHS_H |
18 | # include <paths.h> | 20 | # include <paths.h> |