summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-22 19:08:54 +0000
committerstevesk <stevesk@openbsd.org>2006-07-22 19:08:54 +0000
commit0385f360776de676909f177e0702281d087c9e0b (patch)
tree1ce1673e2b15d4e53b5ba43052f15777805ac6ee /usr.bin/ssh/ssh-agent.c
parentIf the LUN is > 7, don't try to stuff it into the three bits available (diff)
downloadwireguard-openbsd-0385f360776de676909f177e0702281d087c9e0b.tar.xz
wireguard-openbsd-0385f360776de676909f177e0702281d087c9e0b.zip
move #include <time.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/ssh-agent.c')
-rw-r--r--usr.bin/ssh/ssh-agent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-agent.c b/usr.bin/ssh/ssh-agent.c
index deeead12da8..3577642bdb8 100644
--- a/usr.bin/ssh/ssh-agent.c
+++ b/usr.bin/ssh/ssh-agent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.144 2006/07/17 01:31:10 stevesk Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.145 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
@@ -46,6 +46,7 @@
#include <fcntl.h>
#include <paths.h>
#include <signal.h>
+#include <time.h>
#include <unistd.h>
#include <openssl/evp.h>