summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2006-10-06 02:29:19 +0000
committerdjm <djm@openbsd.org>2006-10-06 02:29:19 +0000
commit302025e6dbbba8a6a59a9bff09d7c3c03d23e605 (patch)
treea66f83f67e5d56b3e327c44629c24cc83faf29af /usr.bin/ssh/ssh-agent.c
parentmove Hitachi to the right position (numerical order). (diff)
downloadwireguard-openbsd-302025e6dbbba8a6a59a9bff09d7c3c03d23e605.tar.xz
wireguard-openbsd-302025e6dbbba8a6a59a9bff09d7c3c03d23e605.zip
sys/resource.h needs sys/time.h; prompted by brad@
Diffstat (limited to 'usr.bin/ssh/ssh-agent.c')
-rw-r--r--usr.bin/ssh/ssh-agent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent.c b/usr.bin/ssh/ssh-agent.c
index 9477bc7d276..0e29322dc31 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.152 2006/08/04 20:46:05 stevesk Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.153 2006/10/06 02:29:19 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,12 +35,12 @@
*/
#include <sys/types.h>
+#include <sys/time.h>
#include <sys/queue.h>
#include <sys/resource.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/time.h>
#include <sys/param.h>
#include <openssl/evp.h>