dovecot-2.2: lib-lda: Added missing include file.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Thu May 14 08:29:04 UTC 2015
    
    
  
details:   http://hg.dovecot.org/dovecot-2.2/rev/05e14a49507f
changeset: 18688:05e14a49507f
user:      Timo Sirainen <tss at iki.fi>
date:      Thu May 14 11:27:04 2015 +0300
description:
lib-lda: Added missing include file.
This fixes building Pigeonhole in some systems.
diffstat:
 src/lib-lda/mail-deliver.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r cc6b6d7c1574 -r 05e14a49507f src/lib-lda/mail-deliver.h
--- a/src/lib-lda/mail-deliver.h	Thu May 14 11:26:00 2015 +0300
+++ b/src/lib-lda/mail-deliver.h	Thu May 14 11:27:04 2015 +0300
@@ -5,6 +5,8 @@
 #include "mail-types.h"
 #include "mail-error.h"
 
+#include <sys/time.h>
+
 /* How many seconds to wait for replies from SMTP before failing. Used for
    sending rejects, forward, etc. */
 #define LDA_SUBMISSION_TIMEOUT_SECS 30
    
    
More information about the dovecot-cvs
mailing list