summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-20 04:59:22 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-20 04:59:22 +0000
commit82f077d0dcb72ccc4e8829d5c8edcf2e3f940082 (patch)
tree32e46b9ecdb4a2b637a03b05824c97fbae33d758 /scp.c
parent3f36496e33ffb16b9b1c0d6c6da33c021b26f6a2 (diff)
- (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 0c4400f67..6444ca885 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 $");
82#include "pathnames.h" 82#include "pathnames.h"
83#include "log.h" 83#include "log.h"
84#include "misc.h" 84#include "misc.h"
85#include "scp-common.h"
85 86
86#ifdef HAVE___PROGNAME 87#ifdef HAVE___PROGNAME
87extern char *__progname; 88extern char *__progname;