dovecot-1.2: bzlib: Include stdio.h in case bzlib.h needs it.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 21 16:00:19 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/965f8809d30c
changeset: 8047:965f8809d30c
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 21 15:59:51 2008 +0300
description:
bzlib: Include stdio.h in case bzlib.h needs it.

diffstat:

1 file changed, 1 insertion(+)
src/plugins/zlib/istream-bzlib.c |    1 +

diffs (11 lines):

diff -r 8afc9ddd723e -r 965f8809d30c src/plugins/zlib/istream-bzlib.c
--- a/src/plugins/zlib/istream-bzlib.c	Mon Jul 21 15:59:33 2008 +0300
+++ b/src/plugins/zlib/istream-bzlib.c	Mon Jul 21 15:59:51 2008 +0300
@@ -5,6 +5,7 @@
 #include "istream-zlib.h"
 
 #ifdef HAVE_BZLIB
+#include <stdio.h>
 #include <bzlib.h>
 
 #define BZLIB_INCLUDE


More information about the dovecot-cvs mailing list