summaryrefslogtreecommitdiff
path: root/sftp.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 /sftp.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 'sftp.c')
-rw-r--r--sftp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sftp.c b/sftp.c
index 636c1f5f4..0599e587a 100644
--- a/sftp.c
+++ b/sftp.c
@@ -15,8 +15,9 @@
15 */ 15 */
16 16
17#include "includes.h" 17#include "includes.h"
18RCSID("$OpenBSD: sftp.c,v 1.72 2006/02/10 00:27:13 stevesk Exp $");
18 19
19RCSID("$OpenBSD: sftp.c,v 1.71 2006/02/08 12:15:27 stevesk Exp $"); 20#include <sys/ioctl.h>
20 21
21#ifdef HAVE_PATHS_H 22#ifdef HAVE_PATHS_H
22# include <paths.h> 23# include <paths.h>