]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
expire-tool: Compiler warning fixes.
authorTimo Sirainen <tss@iki.fi>
Mon, 27 Jul 2009 19:55:10 +0000 (15:55 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 27 Jul 2009 19:55:10 +0000 (15:55 -0400)
--HG--
branch : HEAD

src/plugins/expire/expire-tool.c

index 32a84b39aace35f17c3dc7d71aa9ae77a008f383..1335d05fd941a02f19b98124beed2ebbc9c0f40a 100644 (file)
@@ -15,6 +15,7 @@
 #include "expire-env.h"
 
 #include <stdlib.h>
+#include <time.h>
 
 struct expire_context {
        pool_t multi_user_pool;