summaryrefslogtreecommitdiff
path: root/includes.h
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 /includes.h
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 'includes.h')
-rw-r--r--includes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes.h b/includes.h
index bcc3b41f2..27792e10a 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: includes.h,v 1.27 2006/02/08 12:32:49 stevesk Exp $ */ 1/* $OpenBSD: includes.h,v 1.28 2006/02/08 14:31:30 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -98,7 +98,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
98#ifdef HAVE_SYS_TIME_H 98#ifdef HAVE_SYS_TIME_H
99# include <sys/time.h> /* For timersub */ 99# include <sys/time.h> /* For timersub */
100#endif 100#endif
101#include <sys/resource.h>
102#ifdef HAVE_SYS_SELECT_H 101#ifdef HAVE_SYS_SELECT_H
103# include <sys/select.h> 102# include <sys/select.h>
104#endif 103#endif