From: Timo Sirainen Date: Mon, 27 Jul 2009 19:55:10 +0000 (-0400) Subject: expire-tool: Compiler warning fixes. X-Git-Tag: 2.0.alpha1~372 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d0e174b297033d9aaf7c4d2403a2588ee6523a5;p=thirdparty%2Fdovecot%2Fcore.git expire-tool: Compiler warning fixes. --HG-- branch : HEAD --- diff --git a/src/plugins/expire/expire-tool.c b/src/plugins/expire/expire-tool.c index 32a84b39aa..1335d05fd9 100644 --- a/src/plugins/expire/expire-tool.c +++ b/src/plugins/expire/expire-tool.c @@ -15,6 +15,7 @@ #include "expire-env.h" #include +#include struct expire_context { pool_t multi_user_pool;