dovecot: Include sys/resource.h

dovecot at dovecot.org dovecot at dovecot.org
Mon Sep 17 10:35:40 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/375ba923a622
changeset: 6433:375ba923a622
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Sep 17 09:51:53 2007 +0300
description:
Include sys/resource.h

diffstat:

1 file changed, 3 insertions(+)
src/master/master-settings.c |    3 +++

diffs (13 lines):

diff -r 5ac9c11807e7 -r 375ba923a622 src/master/master-settings.c
--- a/src/master/master-settings.c	Sun Sep 16 14:49:04 2007 +0300
+++ b/src/master/master-settings.c	Mon Sep 17 09:51:53 2007 +0300
@@ -23,6 +23,9 @@
 #include <sys/wait.h>
 #include <pwd.h>
 #include <grp.h>
+#ifdef HAVE_SYS_RESOURCE_H
+#  include <sys/resource.h>
+#endif
 
 enum settings_type {
 	SETTINGS_TYPE_ROOT,


More information about the dovecot-cvs mailing list