summaryrefslogtreecommitdiff
path: root/ssh.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.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.c')
-rw-r--r--ssh.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh.c b/ssh.c
index b248c0280..3384de012 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,9 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.258 2006/02/08 12:15:27 stevesk Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.259 2006/02/08 14:31:30 stevesk Exp $");
44
45#include <sys/resource.h>
44 46
45#include <paths.h> 47#include <paths.h>
46 48