summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-02-08 23:51:25 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-02-08 23:51:25 +0000
commitf3cbb9559d2d2ec070d4d24faaa74c0d1533460a (patch)
tree4ce2c0a1081132a48be361ffffa07e70f90610f7 /usr.bin/ssh/scp.c
parent27145ee3cccb3b24af3dada1976291602b6953b2 (diff)
move #include <dirent.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/scp.c')
-rw-r--r--usr.bin/ssh/scp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/scp.c b/usr.bin/ssh/scp.c
index d913838e20e..43244780a1f 100644
--- a/usr.bin/ssh/scp.c
+++ b/usr.bin/ssh/scp.c
@@ -71,7 +71,9 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.130 2006/01/31 10:35:43 djm Exp $");
+RCSID("$OpenBSD: scp.c,v 1.131 2006/02/08 23:51:24 stevesk Exp $");
+
+#include <dirent.h>
#include "xmalloc.h"
#include "atomicio.h"