]> andersk Git - openssh.git/blobdiff - sftp-server.c
- (tim) [kex.c myproposal.h md-sha256.c openbsd-compat/sha2.c,h] Disable
[openssh.git] / sftp-server.c
index 7060c44ad0833fcfbc8268e51f136e725fc6f492..30bd1b0ee8bb8006b105fe57faa59895e5c748b7 100644 (file)
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 #include "includes.h"
-RCSID("$OpenBSD: sftp-server.c,v 1.50 2006/01/02 01:20:31 djm Exp $");
+RCSID("$OpenBSD: sftp-server.c,v 1.52 2006/02/20 17:19:54 stevesk Exp $");
+
+#include <sys/types.h>
+#include <sys/stat.h>
+
+#include <dirent.h>
 
 #include "buffer.h"
 #include "bufaux.h"
This page took 0.030868 seconds and 4 git commands to generate.