]> andersk Git - openssh.git/blobdiff - sftp-client.c
- stevesk@cvs.openbsd.org 2006/02/20 17:02:44
[openssh.git] / sftp-client.c
index 9dfdf5ad54aef0d044815122794c6f052e4045bc..042ab8879000329261a1a542caeb77e9ce3b01ef 100644 (file)
 /* XXX: copy between two remote sites */
 
 #include "includes.h"
-RCSID("$OpenBSD: sftp-client.c,v 1.59 2006/02/15 05:08:24 david Exp $");
+RCSID("$OpenBSD: sftp-client.c,v 1.60 2006/02/20 17:19:54 stevesk Exp $");
+
+#include <sys/types.h>
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
 
 #include "openbsd-compat/sys-queue.h"
 
This page took 0.031119 seconds and 4 git commands to generate.