From: Timo Sirainen Date: Thu, 16 Apr 2015 09:59:05 +0000 (+0300) Subject: stats: Fixed compiling with some OSes. X-Git-Tag: 2.2.17.rc1~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c7e4eef7222014c0f608e27c0f4bb293d624489;p=thirdparty%2Fdovecot%2Fcore.git stats: Fixed compiling with some OSes. struct timeval wasn't necessarily already defined by existing includes. --- diff --git a/src/stats/mail-stats.h b/src/stats/mail-stats.h index 8aacb3c981..045dd64f33 100644 --- a/src/stats/mail-stats.h +++ b/src/stats/mail-stats.h @@ -1,6 +1,8 @@ #ifndef MAIL_STATS_H #define MAIL_STATS_H +#include + #include "net.h" #include "guid.h" #include "stats.h"