]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-lda: Added missing include file.
authorTimo Sirainen <tss@iki.fi>
Thu, 14 May 2015 08:27:04 +0000 (11:27 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 14 May 2015 08:27:04 +0000 (11:27 +0300)
This fixes building Pigeonhole in some systems.

src/lib-lda/mail-deliver.h

index 2e1b081fb21e56dd4c913824313a9304e29a8668..08ebfe02fe34ed2b881d8c368af6e96b72cdd3ad 100644 (file)
@@ -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