X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fimpl_func.c;h=a701134e4a54ea9bc34abdcf4147a83e9f649d24;hb=698841dfdd4d70d24e0b7af25ac7100bc2cb26a4;hp=56c61d8343f657c366fa799c8b86ec4551222c91;hpb=a0f437f26cd0f121ee911a55327a68a3544bf15f;p=m6w6%2Fext-psi diff --git a/src/types/impl_func.c b/src/types/impl_func.c index 56c61d8..a701134 100644 --- a/src/types/impl_func.c +++ b/src/types/impl_func.c @@ -23,7 +23,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -#include "php_psi_stdinc.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#else +# include "php_config.h" +#endif #include "data.h" struct psi_impl_func *psi_impl_func_init(zend_string *name,