X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fimpl_def_val.c;h=6347b6e6c0ca3e04a1c68854cf2d8a5e06b50d6b;hb=698841dfdd4d70d24e0b7af25ac7100bc2cb26a4;hp=e8d7b4697a0d1b38bde3f3402fccda9f1ea58d4e;hpb=d9f1274417f65d980e143700726d1527462123d3;p=m6w6%2Fext-psi diff --git a/src/types/impl_def_val.c b/src/types/impl_def_val.c index e8d7b46..6347b6e 100644 --- a/src/types/impl_def_val.c +++ b/src/types/impl_def_val.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" #include "zend_smart_str.h"