changeset 8919:4f506d955365 HEAD

Compile fix: Include sys/time.h for struct timeval.
author Timo Sirainen <tss@iki.fi>
date Mon, 06 Apr 2009 16:12:48 -0400
parents 3bf386d860c6
children 7bfbbfd2c32a
files src/imap/imap-search.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,6 +1,8 @@
 #ifndef IMAP_SEARCH_H
 #define IMAP_SEARCH_H
 
+#include <sys/time.h>
+
 enum search_return_options {
 	SEARCH_RETURN_ESEARCH		= 0x0001,
 	SEARCH_RETURN_MIN		= 0x0002,