summaryrefslogtreecommitdiff
path: root/sshlogin.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 14:09:40 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 14:09:40 +1000
commit5598b4f125f07ec0865ec56cddeb80c44e3d2d6a (patch)
tree4d718cb3e745262df66d16809c35471614e4b4b0 /sshlogin.c
parentee0d0db7da76138417186ed3b5b76dbb2a873cd8 (diff)
- 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 'sshlogin.c')
-rw-r--r--sshlogin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshlogin.c b/sshlogin.c
index 33506931..ea313e80 100644
--- a/sshlogin.c
+++ b/sshlogin.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshlogin.c,v 1.20 2006/07/17 01:31:10 stevesk Exp $ */
+/* $OpenBSD: sshlogin.c,v 1.21 2006/07/22 19:08:54 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -45,6 +45,7 @@
#include <errno.h>
#include <fcntl.h>
+#include <time.h>
#include <unistd.h>
#include "loginrec.h"