diff --git a/jsquery_gram.y b/jsquery_gram.y index 2d6d531..282f2dc 100644 --- a/jsquery_gram.y +++ b/jsquery_gram.y @@ -47,7 +47,7 @@ typedef struct string { int len; int total; } string; -#include +#include "jsquery_gram.h" /* flex 2.5.4 doesn't bother with a decl for this */ int jsquery_yylex(YYSTYPE * yylval_param);