yacc does not generate y.tab.h, it has different name now.
Signed-off-by: Jan Safranek <[email protected]> --- src/lex.l | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lex.l b/src/lex.l index 48a53b4..817b6b6 100644 --- a/src/lex.l +++ b/src/lex.l @@ -13,7 +13,7 @@ %{ #include <string.h> -#include "y.tab.h" +#include "parse.h" int line_no = 1; %} ------------------------------------------------------------------------------ _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
