X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Flet_calloc.c;h=270e3c5c43ac7a441e0fee18cd71b004a10c2e45;hb=4bf8ff5e477da2fa4f82518bb947055c2c0374d6;hp=46badc08d1d0bc77911fc000a216c032a2a04ea0;hpb=a0f437f26cd0f121ee911a55327a68a3544bf15f;p=m6w6%2Fext-psi diff --git a/src/types/let_calloc.c b/src/types/let_calloc.c index 46badc0..270e3c5 100644 --- a/src/types/let_calloc.c +++ b/src/types/let_calloc.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_let_calloc *psi_let_calloc_init(struct psi_num_exp *nmemb,