* src/options.c (symtab.h): Include it, need by lex.h.

This commit is contained in:
Pascal Bart
2001-09-20 18:51:48 +00:00
parent 82b6d266fd
commit c0629aa10f
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-09-20 Pascal Bart <pascal.bart@epita.fr>
* src/options.c (symtab.h): Include it, need by lex.h.
2001-09-20 Pascal Bart <pascal.bart@epita.fr>
* src/lex.c (parse_percent_token): Change type of variable `tx', which

View File

@@ -24,6 +24,7 @@
#include "getopt.h"
#include "getargs.h"
#include "gram.h"
#include "symtab.h"
#include "lex.h"
#include "options.h"