summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-07-22 20:48:24 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-07-22 20:48:24 +0000
commitbcdacbe26d8de9891dc5bf9cd66c8f82d107cf02 (patch)
treea10a3892d873fbacbc15f8d9b70ced1608e1f89a /usr.bin/ssh/sftp.c
parent6073ef8d8e4e88b190ebbbb462ac189bda16c160 (diff)
move #include <string.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/sftp.c')
-rw-r--r--usr.bin/ssh/sftp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sftp.c b/usr.bin/ssh/sftp.c
index 4c19f08f64d..fbf55e943f8 100644
--- a/usr.bin/ssh/sftp.c
+++ b/usr.bin/ssh/sftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.c,v 1.86 2006/07/17 01:31:09 stevesk Exp $ */
+/* $OpenBSD: sftp.c,v 1.87 2006/07/22 20:48:23 stevesk Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
*
@@ -28,6 +28,7 @@
#include <histedit.h>
#include <paths.h>
#include <signal.h>
+#include <string.h>
#include <unistd.h>
#include "xmalloc.h"