summaryrefslogtreecommitdiff
path: root/sftp-common.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 /sftp-common.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 'sftp-common.c')
-rw-r--r--sftp-common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sftp-common.c b/sftp-common.c
index 92ce9066..6fd0d76b 100644
--- a/sftp-common.c
+++ b/sftp-common.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-common.c,v 1.15 2006/07/06 16:03:53 stevesk Exp $ */
+/* $OpenBSD: sftp-common.c,v 1.16 2006/07/22 19:08:54 stevesk Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2001 Damien Miller. All rights reserved.
@@ -31,6 +31,7 @@
#include <grp.h>
#include <pwd.h>
+#include <time.h>
#include "buffer.h"
#include "bufaux.h"