dovecot-2.2: lib-fs: Fixed compiling with some OSes
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Wed Sep 16 22:34:48 UTC 2015
    
    
  
details:   http://hg.dovecot.org/dovecot-2.2/rev/7cf44f5f32bd
changeset: 19155:7cf44f5f32bd
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Sep 17 07:33:22 2015 +0900
description:
lib-fs: Fixed compiling with some OSes
diffstat:
 src/lib-fs/fs-api-private.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r a20b72fd97d6 -r 7cf44f5f32bd src/lib-fs/fs-api-private.h
--- a/src/lib-fs/fs-api-private.h	Thu Sep 17 07:33:01 2015 +0900
+++ b/src/lib-fs/fs-api-private.h	Thu Sep 17 07:33:22 2015 +0900
@@ -4,6 +4,8 @@
 #include "fs-api.h"
 #include "module-context.h"
 
+#include <sys/time.h>
+
 struct fs_api_module_register {
 	unsigned int id;
 };
    
    
More information about the dovecot-cvs
mailing list