]> andersk Git - openssh.git/blobdiff - sftp-glob.c
- (tim) [kex.c myproposal.h md-sha256.c openbsd-compat/sha2.c,h] Disable
[openssh.git] / sftp-glob.c
index 9dfbf953843834d7296443d17b714000ca382c9b..baa84aa7129a9ae737eccebcf9741d43206f49ec 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sftp-glob.c,v 1.16 2006/02/08 23:51:24 stevesk Exp $");
+RCSID("$OpenBSD: sftp-glob.c,v 1.17 2006/02/20 17:19:54 stevesk Exp $");
+
+#include <sys/types.h>
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
  
 #include <dirent.h>
 
This page took 0.030902 seconds and 4 git commands to generate.