diff options
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: scp.c,v 1.147 2006/07/11 20:07:25 stevesk Exp $ */ | 1 | /* $OpenBSD: scp.c,v 1.148 2006/07/17 01:31:09 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). |
@@ -86,6 +86,7 @@ | |||
86 | #include <pwd.h> | 86 | #include <pwd.h> |
87 | #include <signal.h> | 87 | #include <signal.h> |
88 | #include <stdarg.h> | 88 | #include <stdarg.h> |
89 | #include <unistd.h> | ||
89 | 90 | ||
90 | #include "xmalloc.h" | 91 | #include "xmalloc.h" |
91 | #include "atomicio.h" | 92 | #include "atomicio.h" |