summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-server.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/sftp-server.c
parent27145ee3cccb3b24af3dada1976291602b6953b2 (diff)
move #include <dirent.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/sftp-server.c')
-rw-r--r--usr.bin/ssh/sftp-server.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/sftp-server.c b/usr.bin/ssh/sftp-server.c
index 58b50af9ca5..7d8fdf26658 100644
--- a/usr.bin/ssh/sftp-server.c
+++ b/usr.bin/ssh/sftp-server.c
@@ -14,7 +14,9 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "includes.h"
-RCSID("$OpenBSD: sftp-server.c,v 1.50 2006/01/02 01:20:31 djm Exp $");
+RCSID("$OpenBSD: sftp-server.c,v 1.51 2006/02/08 23:51:24 stevesk Exp $");
+
+#include <dirent.h>
#include "buffer.h"
#include "bufaux.h"