diff options
Diffstat (limited to 'sftp-glob.c')
-rw-r--r-- | sftp-glob.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sftp-glob.c b/sftp-glob.c index 9dfbf9538..baa84aa71 100644 --- a/sftp-glob.c +++ b/sftp-glob.c | |||
@@ -15,7 +15,12 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "includes.h" | 17 | #include "includes.h" |
18 | RCSID("$OpenBSD: sftp-glob.c,v 1.16 2006/02/08 23:51:24 stevesk Exp $"); | 18 | RCSID("$OpenBSD: sftp-glob.c,v 1.17 2006/02/20 17:19:54 stevesk Exp $"); |
19 | |||
20 | #include <sys/types.h> | ||
21 | #ifdef HAVE_SYS_STAT_H | ||
22 | # include <sys/stat.h> | ||
23 | #endif | ||
19 | 24 | ||
20 | #include <dirent.h> | 25 | #include <dirent.h> |
21 | 26 | ||