X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/c190a2ae41238682c1430b8482683b6a7c15c66b..refs/tags/v0.0.2:/src/lexer.l diff --git a/src/lexer.l b/src/lexer.l index 92454f2..ebfc187 100644 --- a/src/lexer.l +++ b/src/lexer.l @@ -20,9 +20,10 @@ */ %{ +#include "config.h" #include -#include "y.tab.h" +#include "parse.h" static int parenth_depth = 0; static int before_comment = INITIAL;