X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fassert_stmt.c;h=ee9e50eab2acb2babe8ef4250e84278d946c58cf;hb=698841dfdd4d70d24e0b7af25ac7100bc2cb26a4;hp=916c96e2b4761b488423cdd691bea193aa00980a;hpb=2d34b0c215608bc3eae007ce5f4e80eae3c1e147;p=m6w6%2Fext-psi diff --git a/src/types/assert_stmt.c b/src/types/assert_stmt.c index 916c96e..ee9e50e 100644 --- a/src/types/assert_stmt.c +++ b/src/types/assert_stmt.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 "calc.h"