summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:22:47 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:22:47 +1100
commitcd4223c24503346477bc7d50249e569ae8ef97ae (patch)
tree92661fc09aab1099b0880dc644fbd8051a07f0d4 /ssh-agent.c
parent52ab08475511b5700e823f058b7ffebbcbcf7056 (diff)
- stevesk@cvs.openbsd.org 2006/02/08 14:31:30
[includes.h ssh-agent.c ssh-keyscan.c ssh.c] move #include <sys/resource.h> out of includes.h; ok markus@
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 0b10f9194..8821e0006 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -34,9 +34,10 @@
34 */ 34 */
35 35
36#include "includes.h" 36#include "includes.h"
37RCSID("$OpenBSD: ssh-agent.c,v 1.127 2006/02/08 14:31:30 stevesk Exp $");
38
37#include "openbsd-compat/sys-queue.h" 39#include "openbsd-compat/sys-queue.h"
38RCSID("$OpenBSD: ssh-agent.c,v 1.126 2006/02/08 12:15:27 stevesk Exp $"); 40#include <sys/resource.h>
39
40#ifdef HAVE_PATHS_H 41#ifdef HAVE_PATHS_H
41# include <paths.h> 42# include <paths.h>
42#endif 43#endif