dovecot: Compiler warning fix
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Wed Sep 26 00:45:37 EEST 2007
    
    
  
details:   http://hg.dovecot.org/dovecot/rev/cc60666f66bb
changeset: 6503:cc60666f66bb
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Sep 26 00:45:32 2007 +0300
description:
Compiler warning fix
diffstat:
1 file changed, 1 insertion(+)
src/lib-storage/mail-storage.h |    1 +
diffs (11 lines):
diff -r c4cb7f25bf09 -r cc60666f66bb src/lib-storage/mail-storage.h
--- a/src/lib-storage/mail-storage.h	Tue Sep 25 21:57:32 2007 +0300
+++ b/src/lib-storage/mail-storage.h	Wed Sep 26 00:45:32 2007 +0300
@@ -3,6 +3,7 @@
 
 struct message_size;
 
+#include "file-lock.h"
 #include "mail-types.h"
 #include "mail-error.h"
 #include "mailbox-list.h"
    
    
More information about the dovecot-cvs
mailing list