dovecot-1.2: Compile fix: Include sys/time.h for struct timeval.

dovecot at dovecot.org dovecot at dovecot.org
Mon Apr 6 23:12:53 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/4f506d955365
changeset: 8919:4f506d955365
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 06 16:12:48 2009 -0400
description:
Compile fix: Include sys/time.h for struct timeval.

diffstat:

1 file changed, 2 insertions(+)
src/imap/imap-search.h |    2 ++

diffs (11 lines):

diff -r 3bf386d860c6 -r 4f506d955365 src/imap/imap-search.h
--- a/src/imap/imap-search.h	Mon Apr 06 14:20:12 2009 -0400
+++ b/src/imap/imap-search.h	Mon Apr 06 16:12:48 2009 -0400
@@ -1,5 +1,7 @@
 #ifndef IMAP_SEARCH_H
 #define IMAP_SEARCH_H
+
+#include <sys/time.h>
 
 enum search_return_options {
 	SEARCH_RETURN_ESEARCH		= 0x0001,


More information about the dovecot-cvs mailing list