changeset 17948:c8fd499023ef

Compiler warning fix
author Timo Sirainen <tss@iki.fi>
date Tue, 14 Oct 2014 09:36:15 -0700
parents a2c5aabc49a9
children 98b5ccc539b5
files src/lib-http/http-client.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;