summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sftp.c b/sftp.c
index a2e3f6aad..877632ec3 100644
--- a/sftp.c
+++ b/sftp.c
@@ -16,8 +16,11 @@
16 16
17#include "includes.h" 17#include "includes.h"
18 18
19RCSID("$OpenBSD: sftp.c,v 1.70 2006/01/31 10:19:02 djm Exp $"); 19RCSID("$OpenBSD: sftp.c,v 1.71 2006/02/08 12:15:27 stevesk Exp $");
20 20
21#ifdef HAVE_PATHS_H
22# include <paths.h>
23#endif
21#ifdef USE_LIBEDIT 24#ifdef USE_LIBEDIT
22#include <histedit.h> 25#include <histedit.h>
23#else 26#else