summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authormouring <mouring>2001-04-20 04:59:22 +0000
committermouring <mouring>2001-04-20 04:59:22 +0000
commit1db2c60393954cbbfa1b7d112d4997fd84747d3e (patch)
tree40c561293d559b122d0998bf2a1c40d09c7874e3 /scp.c
parent3cedeb1bf444de7dc616373a8aaf72e867951245 (diff)
downloadopenssh-1db2c60393954cbbfa1b7d112d4997fd84747d3e.tar.gz
- (bal) Put scp-common.h back into scp.c (it exists in the upstream
tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scp.c b/scp.c
index 0c4400f6..6444ca88 100644
--- a/scp.c
+++ b/scp.c
@@ -82,6 +82,7 @@ RCSID("$OpenBSD: scp.c,v 1.67 2001/04/16 02:31:43 mouring Exp $");
#include "pathnames.h"
#include "log.h"
#include "misc.h"
+#include "scp-common.h"
#ifdef HAVE___PROGNAME
extern char *__progname;