dovecot-1.2: Compiler warning fix when compiling without iconv.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 17 12:36:45 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/481fa709dce3
changeset: 7861:481fa709dce3
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jun 13 10:01:32 2008 +0300
description:
Compiler warning fix when compiling without iconv.

diffstat:

1 file changed, 1 insertion(+)
src/lib-charset/charset-utf8.c |    1 +

diffs (11 lines):

diff -r 85f457b9b3ad -r 481fa709dce3 src/lib-charset/charset-utf8.c
--- a/src/lib-charset/charset-utf8.c	Fri Jun 13 10:00:42 2008 +0300
+++ b/src/lib-charset/charset-utf8.c	Fri Jun 13 10:01:32 2008 +0300
@@ -1,6 +1,7 @@
 /* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */
 
 #include "lib.h"
+#include "buffer.h"
 #include "str.h"
 #include "unichar.h"
 #include "charset-utf8.h"


More information about the dovecot-cvs mailing list