dovecot-2.0: mail storage service: And added missing #include fo...
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Mon Nov 23 21:51:08 EET 2009
    
    
  
details:   http://hg.dovecot.org/dovecot-2.0/rev/ce0ff560cd80
changeset: 10390:ce0ff560cd80
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 23 14:51:03 2009 -0500
description:
mail storage service: And added missing #include for previous change.
diffstat:
1 file changed, 1 insertion(+)
src/lib-storage/mail-storage-service.c |    1 +
diffs (11 lines):
diff -r 05b50522442f -r ce0ff560cd80 src/lib-storage/mail-storage-service.c
--- a/src/lib-storage/mail-storage-service.c	Mon Nov 23 14:50:20 2009 -0500
+++ b/src/lib-storage/mail-storage-service.c	Mon Nov 23 14:51:03 2009 -0500
@@ -6,6 +6,7 @@
 #include "hostpid.h"
 #include "module-dir.h"
 #include "restrict-access.h"
+#include "eacces-error.h"
 #include "str.h"
 #include "var-expand.h"
 #include "dict.h"
    
    
More information about the dovecot-cvs
mailing list