diff options
author | mouring <mouring> | 2001-04-20 04:59:22 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-04-20 04:59:22 +0000 |
commit | 1db2c60393954cbbfa1b7d112d4997fd84747d3e (patch) | |
tree | 40c561293d559b122d0998bf2a1c40d09c7874e3 /scp.c | |
parent | 3cedeb1bf444de7dc616373a8aaf72e867951245 (diff) | |
download | openssh-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |