dovecot-2.0: expire-tool: Compiler warning fixes.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 27 22:55:15 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/77e629913bfc
changeset: 9680:77e629913bfc
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 27 15:55:10 2009 -0400
description:
expire-tool: Compiler warning fixes.

diffstat:

1 file changed, 1 insertion(+)
src/plugins/expire/expire-tool.c |    1 +

diffs (11 lines):

diff -r 30652466135d -r 77e629913bfc src/plugins/expire/expire-tool.c
--- a/src/plugins/expire/expire-tool.c	Mon Jul 27 12:48:12 2009 -0400
+++ b/src/plugins/expire/expire-tool.c	Mon Jul 27 15:55:10 2009 -0400
@@ -15,6 +15,7 @@
 #include "expire-env.h"
 
 #include <stdlib.h>
+#include <time.h>
 
 struct expire_context {
 	pool_t multi_user_pool;


More information about the dovecot-cvs mailing list