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-server.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-server.c')
-rw-r--r-- | sftp-server.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sftp-server.c b/sftp-server.c index 7060c44ad..96fe1a7bb 100644 --- a/sftp-server.c +++ b/sftp-server.c | |||
@@ -14,7 +14,9 @@ | |||
14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | */ | 15 | */ |
16 | #include "includes.h" | 16 | #include "includes.h" |
17 | RCSID("$OpenBSD: sftp-server.c,v 1.50 2006/01/02 01:20:31 djm Exp $"); | 17 | RCSID("$OpenBSD: sftp-server.c,v 1.51 2006/02/08 23:51:24 stevesk Exp $"); |
18 | |||
19 | #include <dirent.h> | ||
18 | 20 | ||
19 | #include "buffer.h" | 21 | #include "buffer.h" |
20 | #include "bufaux.h" | 22 | #include "bufaux.h" |