dovecot-2.2: Compiler warning fix

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 14 16:37:00 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/c8fd499023ef
changeset: 17948:c8fd499023ef
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 14 09:36:15 2014 -0700
description:
Compiler warning fix

diffstat:

 src/lib-http/http-client.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r a2c5aabc49a9 -r c8fd499023ef src/lib-http/http-client.h
--- a/src/lib-http/http-client.h	Tue Oct 14 09:22:40 2014 -0700
+++ b/src/lib-http/http-client.h	Tue Oct 14 09:36:15 2014 -0700
@@ -5,6 +5,7 @@
 
 #include "http-response.h"
 
+struct timeval;
 struct http_response;
 
 struct http_client;


More information about the dovecot-cvs mailing list