X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Freturn_stmt.c;h=9dc62f703d9f5471ad4cbabc1dbe77ab71fdf497;hb=4bf8ff5e477da2fa4f82518bb947055c2c0374d6;hp=41a17eed41a293a56553923f88692f27ca34f22b;hpb=a0f437f26cd0f121ee911a55327a68a3544bf15f;p=m6w6%2Fext-psi diff --git a/src/types/return_stmt.c b/src/types/return_stmt.c index 41a17ee..9dc62f7 100644 --- a/src/types/return_stmt.c +++ b/src/types/return_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 "call.h"