dovecot-2.2: lib-http: http-url.h always requires net.h to compi...

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 29 02:13:04 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/dfd7a3ea9df3
changeset: 15433:dfd7a3ea9df3
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 29 02:12:54 2012 +0200
description:
lib-http: http-url.h always requires net.h to compile, #include it

diffstat:

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

diffs (12 lines):

diff -r 12a31e13fcab -r dfd7a3ea9df3 src/lib-http/http-url.h
--- a/src/lib-http/http-url.h	Thu Nov 29 02:01:56 2012 +0200
+++ b/src/lib-http/http-url.h	Thu Nov 29 02:12:54 2012 +0200
@@ -1,6 +1,8 @@
 #ifndef HTTP_URL_H
 #define HTTP_URL_H
 
+#include "net.h"
+
 struct http_url {
 	/* server */
 	const char *host_name;


More information about the dovecot-cvs mailing list