]> granicus.if.org Git - php/commitdiff
- Fix bug #35530 (ext/bz2 compile failure with phpize)
authorfoobar <sniper@php.net>
Sat, 3 Dec 2005 13:22:20 +0000 (13:22 +0000)
committerfoobar <sniper@php.net>
Sat, 3 Dec 2005 13:22:20 +0000 (13:22 +0000)
ext/bz2/bz2_filter.c

index fc28823d37c1bd7d335000923d009229b9928093..441c1d1d7cd2a14f4afeac8a4ad8583da2bbb86e 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_bz2.h"