summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-03 13:22:20 +0000
committerfoobar <sniper@php.net>2005-12-03 13:22:20 +0000
commitcdd291f5149086b6e18dfae6d5db5908a298a971 (patch)
treec554bc0b0a5e01b581feb192baa7dc1c86f62a89
parent2e3a2a5dbc843dffae32863a2accedec9df39897 (diff)
downloadphp-git-cdd291f5149086b6e18dfae6d5db5908a298a971.tar.gz
- Fix bug #35530 (ext/bz2 compile failure with phpize)
-rw-r--r--ext/bz2/bz2_filter.c4
1 files changed, 4 insertions, 0 deletions
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"