dovecot-2.1: dbox: Compiler warning fix if trying to include dbo...

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 21 23:28:26 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/4411f7434d19
changeset: 13742:4411f7434d19
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 21 23:26:41 2011 +0200
description:
dbox: Compiler warning fix if trying to include dbox-file.h directly.

diffstat:

 src/lib-storage/index/dbox-common/dbox-file.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 38846458ef78 -r 4411f7434d19 src/lib-storage/index/dbox-common/dbox-file.h
--- a/src/lib-storage/index/dbox-common/dbox-file.h	Mon Nov 21 23:26:18 2011 +0200
+++ b/src/lib-storage/index/dbox-common/dbox-file.h	Mon Nov 21 23:26:41 2011 +0200
@@ -27,6 +27,7 @@
 #endif
 
 struct dbox_file;
+struct stat;
 
 enum dbox_header_key {
 	/* Must be sizeof(struct dbox_message_header) when appending (hex) */


More information about the dovecot-cvs mailing list