X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Freturn_exp.c;h=6a43c8a5f3961b5620cf56621981df1e51cdf6f5;hb=698841dfdd4d70d24e0b7af25ac7100bc2cb26a4;hp=5d2795a2444a4a6fff879a341680697d620cad4b;hpb=a0f437f26cd0f121ee911a55327a68a3544bf15f;p=m6w6%2Fext-psi diff --git a/src/types/return_exp.c b/src/types/return_exp.c index 5d2795a..6a43c8a 100644 --- a/src/types/return_exp.c +++ b/src/types/return_exp.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"