diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 11:25:13 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 11:25:13 +1100 |
commit | 88f254b9a56fb87069e9f078ec613d6d08e4dac5 (patch) | |
tree | cafa3ea1be763fa257a36871a9ac90fda22ce476 /sftp-glob.c | |
parent | 68f8e992bf4ab38263b8619aad8a5e34f238fffb (diff) |
- 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.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sftp-glob.c b/sftp-glob.c index 16c5e206a..9dfbf9538 100644 --- a/sftp-glob.c +++ b/sftp-glob.c | |||
@@ -15,7 +15,9 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "includes.h" | 17 | #include "includes.h" |
18 | RCSID("$OpenBSD: sftp-glob.c,v 1.15 2004/02/17 07:17:29 djm Exp $"); | 18 | RCSID("$OpenBSD: sftp-glob.c,v 1.16 2006/02/08 23:51:24 stevesk Exp $"); |
19 | |||
20 | #include <dirent.h> | ||
19 | 21 | ||
20 | #include "buffer.h" | 22 | #include "buffer.h" |
21 | #include "bufaux.h" | 23 | #include "bufaux.h" |