summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sftp.c b/sftp.c
index 0599e587a..4e170ee60 100644
--- a/sftp.c
+++ b/sftp.c
@@ -15,9 +15,11 @@
15 */ 15 */
16 16
17#include "includes.h" 17#include "includes.h"
18RCSID("$OpenBSD: sftp.c,v 1.72 2006/02/10 00:27:13 stevesk Exp $"); 18RCSID("$OpenBSD: sftp.c,v 1.73 2006/02/10 01:44:27 stevesk Exp $");
19 19
20#include <sys/ioctl.h> 20#include <sys/ioctl.h>
21#include <sys/types.h>
22#include <sys/wait.h>
21 23
22#ifdef HAVE_PATHS_H 24#ifdef HAVE_PATHS_H
23# include <paths.h> 25# include <paths.h>