summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authordjm <djm>2006-07-24 04:09:40 +0000
committerdjm <djm>2006-07-24 04:09:40 +0000
commitb7b52965a5bb054d65ba841a7d5cb46b6cff9336 (patch)
tree1173257f752c3bd8d03f561066651c669c273a46 /scp.c
parentabff994af90640b3d7402c78736e41c303a1fec8 (diff)
downloadopenssh-b7b52965a5bb054d65ba841a7d5cb46b6cff9336.tar.gz
- stevesk@cvs.openbsd.org 2006/07/22 19:08:54
[includes.h moduli.c progressmeter.c scp.c sftp-common.c] [sftp-server.c ssh-agent.c sshlogin.c] move #include <time.h> out of includes.h
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 03f815fb..72c4ee43 100644
--- a/scp.c
+++ b/scp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scp.c,v 1.148 2006/07/17 01:31:09 stevesk Exp $ */
+/* $OpenBSD: scp.c,v 1.149 2006/07/22 19:08:54 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 <time.h>
#include <unistd.h>
#include "xmalloc.h"