X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fimpl_def_val.c;h=6347b6e6c0ca3e04a1c68854cf2d8a5e06b50d6b;hp=e8d7b4697a0d1b38bde3f3402fccda9f1ea58d4e;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hpb=d9f1274417f65d980e143700726d1527462123d3 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"