From: foobar Date: Sat, 3 Dec 2005 13:22:20 +0000 (+0000) Subject: - Fix bug #35530 (ext/bz2 compile failure with phpize) X-Git-Tag: RELEASE_1_1_1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdd291f5149086b6e18dfae6d5db5908a298a971;p=php - Fix bug #35530 (ext/bz2 compile failure with phpize) --- diff --git a/ext/bz2/bz2_filter.c b/ext/bz2/bz2_filter.c index fc28823d37..441c1d1d7c 100644 --- a/ext/bz2/bz2_filter.c +++ b/ext/bz2/bz2_filter.c @@ -18,6 +18,10 @@ /* $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "php_bz2.h"