dovecot-2.0: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 9 23:51:59 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/4a2fa8ec5c8c
changeset: 10018:4a2fa8ec5c8c
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 09 16:51:53 2009 -0400
description:
Compiler warning fix.

diffstat:

1 file changed, 1 insertion(+)
src/master/service-monitor.c |    1 +

diffs (11 lines):

diff -r 7c091e3e0266 -r 4a2fa8ec5c8c src/master/service-monitor.c
--- a/src/master/service-monitor.c	Fri Oct 09 16:49:22 2009 -0400
+++ b/src/master/service-monitor.c	Fri Oct 09 16:51:53 2009 -0400
@@ -16,6 +16,7 @@
 #include <unistd.h>
 #include <sys/wait.h>
 #include <syslog.h>
+#include <signal.h>
 
 #define SERVICE_PROCESS_KILL_IDLE_MSECS (1000*60)
 #define SERVICE_STARTUP_FAILURE_THROTTLE_SECS 60


More information about the dovecot-cvs mailing list