summaryrefslogtreecommitdiff
path: root/scp.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 /scp.c
parent68f8e992bf4ab38263b8619aad8a5e34f238fffb (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 'scp.c')
-rw-r--r--scp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/scp.c b/scp.c
index 620024ea7..0b65ff081 100644
--- a/scp.c
+++ b/scp.c
@@ -71,7 +71,9 @@
71 */ 71 */
72 72
73#include "includes.h" 73#include "includes.h"
74RCSID("$OpenBSD: scp.c,v 1.130 2006/01/31 10:35:43 djm Exp $"); 74RCSID("$OpenBSD: scp.c,v 1.131 2006/02/08 23:51:24 stevesk Exp $");
75
76#include <dirent.h>
75 77
76#include "xmalloc.h" 78#include "xmalloc.h"
77#include "atomicio.h" 79#include "atomicio.h"