MFH: - Fix bug #35530 (ext/bz2 compile failure with phpize)

This commit is contained in:
foobar 2005-12-03 13:23:14 +00:00
parent 3cfdbdbd12
commit c7c71b8530

View File

@ -18,6 +18,10 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#include "php_bz2.h"