X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Flet_exp.c;h=382fd6269c8b312cfb550813fb5cb55fc1d4834f;hp=55bf5769cbcc46bb9dcf1065d1cc85766baba30f;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hpb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890 diff --git a/src/types/let_exp.c b/src/types/let_exp.c index 55bf576..382fd62 100644 --- a/src/types/let_exp.c +++ b/src/types/let_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" #include "calc.h"