diff --git a/ChangeLog b/ChangeLog index 3ed3d477..e39fda65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-09-20 Pascal Bart + + * src/options.c (symtab.h): Include it, need by lex.h. + 2001-09-20 Pascal Bart * src/lex.c (parse_percent_token): Change type of variable `tx', which diff --git a/src/options.c b/src/options.c index 71a45053..9732bd3a 100644 --- a/src/options.c +++ b/src/options.c @@ -24,6 +24,7 @@ #include "getopt.h" #include "getargs.h" #include "gram.h" +#include "symtab.h" #include "lex.h" #include "options.h"