diff options
Diffstat (limited to 'sftp.c')
-rw-r--r-- | sftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ | |||
19 | RCSID("$OpenBSD: sftp.c,v 1.71 2006/02/08 12:15:27 stevesk Exp $"); | 19 | RCSID("$OpenBSD: sftp.c,v 1.71 2006/02/08 12:15:27 stevesk Exp $"); |
20 | 20 | ||
21 | #ifdef HAVE_PATHS_H | 21 | #ifdef HAVE_PATHS_H |
22 | # include <paths.h> | 22 | # include <paths.h> |
23 | #endif | 23 | #endif |
24 | #ifdef USE_LIBEDIT | 24 | #ifdef USE_LIBEDIT |
25 | #include <histedit.h> | 25 | #include <histedit.h> |