From 9c58abd3d5dadd11d71daae08462a26abd7c81e8 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 13 Jun 2008 10:01:32 +0300 Subject: [PATCH] Compiler warning fix when compiling without iconv. --HG-- branch : HEAD --- src/lib-charset/charset-utf8.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib-charset/charset-utf8.c b/src/lib-charset/charset-utf8.c index aafc211489..013d83f45b 100644 --- a/src/lib-charset/charset-utf8.c +++ b/src/lib-charset/charset-utf8.c @@ -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" -- 2.47.3