From: Timo Sirainen Date: Thu, 14 May 2015 08:27:04 +0000 (+0300) Subject: lib-lda: Added missing include file. X-Git-Tag: 2.2.18~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=629cb309f6f1bfce4ce0037c0ef089b66281f482;p=thirdparty%2Fdovecot%2Fcore.git lib-lda: Added missing include file. This fixes building Pigeonhole in some systems. --- diff --git a/src/lib-lda/mail-deliver.h b/src/lib-lda/mail-deliver.h index 2e1b081fb2..08ebfe02fe 100644 --- a/src/lib-lda/mail-deliver.h +++ b/src/lib-lda/mail-deliver.h @@ -5,6 +5,8 @@ #include "mail-types.h" #include "mail-error.h" +#include + /* How many seconds to wait for replies from SMTP before failing. Used for sending rejects, forward, etc. */ #define LDA_SUBMISSION_TIMEOUT_SECS 30