]> andersk Git - openssh.git/blobdiff - scp.c
- stevesk@cvs.openbsd.org 2006/07/11 20:07:25
[openssh.git] / scp.c
diff --git a/scp.c b/scp.c
index c15fbbc2a72dabaaef586b68fa19f9a6b5298c95..5e3a93ed526d6972f9501546181ea7be5607352f 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scp.c,v 1.146 2006/07/10 16:37:36 stevesk Exp $ */
+/* $OpenBSD: scp.c,v 1.147 2006/07/11 20:07:25 stevesk Exp $ */
 /*
  * scp - secure remote copy.  This is basically patched BSD rcp which
  * uses ssh to do the data transfer (instead of using rcmd).
@@ -81,6 +81,7 @@
 
 #include <ctype.h>
 #include <dirent.h>
+#include <errno.h>
 #include <fcntl.h>
 #include <pwd.h>
 #include <signal.h>
This page took 0.104552 seconds and 4 git commands to generate.