From: Timo Sirainen Date: Sun, 26 Jul 2009 20:02:47 +0000 (-0400) Subject: test-mbox-from: Compile fix. X-Git-Tag: 2.0.alpha1~392 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d69f76c7e5748bfdcf7a99a7b7b4db4ccdeb69c0;p=thirdparty%2Fdovecot%2Fcore.git test-mbox-from: Compile fix. --HG-- branch : HEAD --- diff --git a/src/lib-mail/test-mbox-from.c b/src/lib-mail/test-mbox-from.c index 46584be5d7..4bae925bab 100644 --- a/src/lib-mail/test-mbox-from.c +++ b/src/lib-mail/test-mbox-from.c @@ -4,6 +4,8 @@ #include "mbox-from.h" #include "test-common.h" +#include + struct test_mbox_from_parse_output { time_t time; int tz_offset;