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