dovecot-1.3: Compile fix: Include sys/time.h for struct timeval.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Apr 6 23:13:14 EEST 2009
details: http://hg.dovecot.org/dovecot-1.3/rev/a5185de111a4
changeset: 9027:a5185de111a4
user: Timo Sirainen <tss at iki.fi>
date: Mon Apr 06 16:13:09 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 385eaa5013fa -r a5185de111a4 src/imap/imap-search.h
--- a/src/imap/imap-search.h Mon Apr 06 15:30:08 2009 -0400
+++ b/src/imap/imap-search.h Mon Apr 06 16:13:09 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