dovecot-2.0: imap/pop3: Compiling fix.

dovecot at dovecot.org dovecot at dovecot.org
Sun Jul 26 23:32:33 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/1780d56a9160
changeset: 9661:1780d56a9160
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jul 26 16:06:20 2009 -0400
description:
imap/pop3: Compiling fix.

diffstat:

2 files changed, 2 insertions(+)
src/imap/main.c |    1 +
src/pop3/main.c |    1 +

diffs (22 lines):

diff -r 072b005181e8 -r 1780d56a9160 src/imap/main.c
--- a/src/imap/main.c	Sun Jul 26 16:02:47 2009 -0400
+++ b/src/imap/main.c	Sun Jul 26 16:06:20 2009 -0400
@@ -10,6 +10,7 @@
 #include "fd-close-on-exec.h"
 #include "process-title.h"
 #include "master-service.h"
+#include "master-interface.h"
 #include "mail-user.h"
 #include "mail-storage-service.h"
 #include "imap-commands.h"
diff -r 072b005181e8 -r 1780d56a9160 src/pop3/main.c
--- a/src/pop3/main.c	Sun Jul 26 16:02:47 2009 -0400
+++ b/src/pop3/main.c	Sun Jul 26 16:06:20 2009 -0400
@@ -8,6 +8,7 @@
 #include "restrict-access.h"
 #include "process-title.h"
 #include "master-service.h"
+#include "master-interface.h"
 #include "var-expand.h"
 #include "mail-storage-service.h"
 


More information about the dovecot-cvs mailing list