X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc_grammar.y;h=b23683cb85711d63e4a77ba43229cca7d9711d9e;hp=cd828e63861748e0a3710336c4e8e562d5f2b438;hb=69da9075d8a72c094e0bb977226d975365431f55;hpb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890 diff --git a/src/parser_proc_grammar.y b/src/parser_proc_grammar.y index cd828e6..b23683c 100644 --- a/src/parser_proc_grammar.y +++ b/src/parser_proc_grammar.y @@ -1,5 +1,9 @@ %code top { -#include "php_psi_stdinc.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#else +# include "php_config.h" +#endif } %code {