dovecot: Compiler warning fix

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 30 17:03:49 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/0a157f89fb52
changeset: 6513:0a157f89fb52
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 30 17:03:43 2007 +0300
description:
Compiler warning fix

diffstat:

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

diffs (11 lines):

diff -r 1a3604c8ee05 -r 0a157f89fb52 src/master/master-settings.c
--- a/src/master/master-settings.c	Sun Sep 30 17:03:26 2007 +0300
+++ b/src/master/master-settings.c	Sun Sep 30 17:03:43 2007 +0300
@@ -19,6 +19,7 @@
 #include <dirent.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <signal.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <pwd.h>


More information about the dovecot-cvs mailing list