]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Compile fix: Include sys/time.h for struct timeval.
authorTimo Sirainen <tss@iki.fi>
Mon, 6 Apr 2009 20:13:09 +0000 (16:13 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 6 Apr 2009 20:13:09 +0000 (16:13 -0400)
--HG--
branch : HEAD

src/imap/imap-search.h

index ea94c78b47227d4c6d927948974d61397dca9ebd..af4689ad2df5d8e91e027cb886f58d32863f2dcf 100644 (file)
@@ -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,