]> andersk Git - openssh.git/blobdiff - scp.c
- stevesk@cvs.openbsd.org 2006/07/22 20:48:23
[openssh.git] / scp.c
diff --git a/scp.c b/scp.c
index 72c4ee430115bf3168c45e97618b98068a01e028..5ff6cac9add05c818f089614f1c916c04e6b558b 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scp.c,v 1.149 2006/07/22 19:08:54 stevesk Exp $ */
+/* $OpenBSD: scp.c,v 1.150 2006/07/22 20:48:23 stevesk Exp $ */
 /*
  * scp - secure remote copy.  This is basically patched BSD rcp which
  * uses ssh to do the data transfer (instead of using rcmd).
@@ -86,6 +86,7 @@
 #include <pwd.h>
 #include <signal.h>
 #include <stdarg.h>
+#include <string.h>
 #include <time.h>
 #include <unistd.h>
 
This page took 0.063396 seconds and 4 git commands to generate.