dovecot-2.0: dbox: Compiler warning fix if trying to include dbo...
dovecot at dovecot.org
dovecot at dovecot.org
Mon Nov 21 23:28:33 EET 2011
details: http://hg.dovecot.org/dovecot-2.0/rev/aba065995389
changeset: 12988:aba065995389
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 719f39116494 -r aba065995389 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