summaryrefslogtreecommitdiff
path: root/sftp-glob.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:25:13 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:25:13 +1100
commit88f254b9a56fb87069e9f078ec613d6d08e4dac5 (patch)
treecafa3ea1be763fa257a36871a9ac90fda22ce476 /sftp-glob.c
parent68f8e992bf4ab38263b8619aad8a5e34f238fffb (diff)
downloadopenssh-git-88f254b9a56fb87069e9f078ec613d6d08e4dac5.tar.gz
- stevesk@cvs.openbsd.org 2006/02/08 23:51:24
[includes.h scp.c sftp-glob.c sftp-server.c] move #include <dirent.h> out of includes.h; ok markus@
Diffstat (limited to 'sftp-glob.c')
-rw-r--r--sftp-glob.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sftp-glob.c b/sftp-glob.c
index 16c5e206..9dfbf953 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -15,7 +15,9 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sftp-glob.c,v 1.15 2004/02/17 07:17:29 djm Exp $");
+RCSID("$OpenBSD: sftp-glob.c,v 1.16 2006/02/08 23:51:24 stevesk Exp $");
+
+#include <dirent.h>
#include "buffer.h"
#include "bufaux.h"