dovecot-2.0: test-mbox-from: Compile 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/072b005181e8
changeset: 9660:072b005181e8
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jul 26 16:02:47 2009 -0400
description:
test-mbox-from: Compile fix.

diffstat:

1 file changed, 2 insertions(+)
src/lib-mail/test-mbox-from.c |    2 ++

diffs (12 lines):

diff -r cc8c020707c1 -r 072b005181e8 src/lib-mail/test-mbox-from.c
--- a/src/lib-mail/test-mbox-from.c	Sun Jul 26 15:33:09 2009 -0400
+++ b/src/lib-mail/test-mbox-from.c	Sun Jul 26 16:02:47 2009 -0400
@@ -3,6 +3,8 @@
 #include "lib.h"
 #include "mbox-from.h"
 #include "test-common.h"
+
+#include <time.h>
 
 struct test_mbox_from_parse_output {
 	time_t time;


More information about the dovecot-cvs mailing list