From: Timo Sirainen Date: Mon, 6 Apr 2009 20:13:09 +0000 (-0400) Subject: Compile fix: Include sys/time.h for struct timeval. X-Git-Tag: 2.0.alpha1~1025 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e634a7d187d3ec7367a5113945607d5b4b57515c;p=thirdparty%2Fdovecot%2Fcore.git Compile fix: Include sys/time.h for struct timeval. --HG-- branch : HEAD --- diff --git a/src/imap/imap-search.h b/src/imap/imap-search.h index ea94c78b47..af4689ad2d 100644 --- a/src/imap/imap-search.h +++ b/src/imap/imap-search.h @@ -1,6 +1,8 @@ #ifndef IMAP_SEARCH_H #define IMAP_SEARCH_H +#include + enum search_return_options { SEARCH_RETURN_ESEARCH = 0x0001, SEARCH_RETURN_MIN = 0x0002,