]> andersk Git - openssh.git/blobdiff - scp.c
- stevesk@cvs.openbsd.org 2006/07/06 16:03:53
[openssh.git] / scp.c
diff --git a/scp.c b/scp.c
index e5332972c2bcd82d866bdc04ee9e590b4aa0642e..cfe2165e69f4e29d1b1615d26a673376287bc207 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scp.c,v 1.142 2006/05/17 12:43:34 markus Exp $ */
+/* $OpenBSD: scp.c,v 1.143 2006/07/06 16:03:53 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 <pwd.h>
 #include <signal.h>
 
 #include "xmalloc.h"
This page took 0.035489 seconds and 4 git commands to generate.