dovecot-2.2: uri-util.h always requires net.h to compile, #inclu...

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 29 02:30:26 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/309c9fe1f0a9
changeset: 15434:309c9fe1f0a9
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 29 02:30:15 2012 +0200
description:
uri-util.h always requires net.h to compile, #include it

diffstat:

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

diffs (12 lines):

diff -r dfd7a3ea9df3 -r 309c9fe1f0a9 src/lib/uri-util.h
--- a/src/lib/uri-util.h	Thu Nov 29 02:12:54 2012 +0200
+++ b/src/lib/uri-util.h	Thu Nov 29 02:30:15 2012 +0200
@@ -1,6 +1,8 @@
 #ifndef URI_UTIL_H
 #define URI_UTIL_H
 
+#include "net.h"
+
 /*
  * Generic URI parsing.
  */


More information about the dovecot-cvs mailing list