]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dbox: Compiler warning fix if trying to include dbox-file.h directly.
authorTimo Sirainen <tss@iki.fi>
Mon, 21 Nov 2011 21:26:41 +0000 (23:26 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 21 Nov 2011 21:26:41 +0000 (23:26 +0200)
src/lib-storage/index/dbox-common/dbox-file.h

index 647091539455649b977d2cd70871acf3bfd592cb..bb7b81d0af105362fce2b6f2a2b5dce826491734 100644 (file)
@@ -27,6 +27,7 @@
 #endif
 
 struct dbox_file;
+struct stat;
 
 enum dbox_header_key {
        /* Must be sizeof(struct dbox_message_header) when appending (hex) */