mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
MFH: - Fix bug #35530 (ext/bz2 compile failure with phpize)
This commit is contained in:
parent
3cfdbdbd12
commit
c7c71b8530
@ -18,6 +18,10 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "php.h"
|
||||
#include "php_bz2.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user