summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/scp.c b/scp.c
index a807338bf..8d9de0135 100644
--- a/scp.c
+++ b/scp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: scp.c,v 1.153 2006/07/26 13:57:17 stevesk Exp $ */ 1/* $OpenBSD: scp.c,v 1.154 2006/08/01 23:22:47 stevesk Exp $ */
2/* 2/*
3 * scp - secure remote copy. This is basically patched BSD rcp which 3 * scp - secure remote copy. This is basically patched BSD rcp which
4 * uses ssh to do the data transfer (instead of using rcmd). 4 * uses ssh to do the data transfer (instead of using rcmd).
@@ -90,6 +90,7 @@
90#include <pwd.h> 90#include <pwd.h>
91#include <signal.h> 91#include <signal.h>
92#include <stdarg.h> 92#include <stdarg.h>
93#include <stdio.h>
93#include <stdlib.h> 94#include <stdlib.h>
94#include <string.h> 95#include <string.h>
95#include <time.h> 96#include <time.h>