Got a

   /usr/local/include/dovecot/mail-deliver.h:30:17: error: field
       has incomplete type 'struct timeval'
           struct timeval delivery_time_started;
                          ^
error.

This is because mail-deliver.h in dovecot-2.2.17 is missing an

  #include <sys/time.h>

Adding that line to mail-deliver.h fixes the problem. Oddly, I had no problem 
compiling dovecot itself.



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to