summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:52:09 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:52:09 +1100
commit6ff3caddb687a89a5df715337917d0e140985b7f (patch)
tree2df448777122ec5037bafd66664764e445b51bea /sftp.c
parentf17883e6a0f9462c8bc163cce44331862581b0cb (diff)
oops, this commit is really:
- stevesk@cvs.openbsd.org 2006/02/20 17:02:44 [clientloop.c includes.h monitor.c progressmeter.c scp.c] [serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c] move #include <signal.h> out of includes.h; ok markus@ the previous was: - stevesk@cvs.openbsd.org 2006/02/20 17:19:54 [auth-rhosts.c auth-rsa.c auth.c auth2-none.c auth2-pubkey.c] [authfile.c clientloop.c includes.h readconf.c scp.c session.c] [sftp-client.c sftp-common.c sftp-common.h sftp-glob.c] [sftp-server.c sftp.c ssh-add.c ssh-keygen.c ssh.c sshconnect.c] [sshconnect2.c sshd.c sshpty.c] move #include <sys/stat.h> out of includes.h; ok markus@
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sftp.c b/sftp.c
index f5589f2b9..c4f027846 100644
--- a/sftp.c
+++ b/sftp.c
@@ -32,6 +32,7 @@ RCSID("$OpenBSD: sftp.c,v 1.75 2006/02/20 17:19:54 stevesk Exp $");
32#else 32#else
33typedef void EditLine; 33typedef void EditLine;
34#endif 34#endif
35#include <signal.h>
35 36
36#include "buffer.h" 37#include "buffer.h"
37#include "xmalloc.h" 38#include "xmalloc.h"