From: Pascal Bart Date: Thu, 20 Sep 2001 18:51:48 +0000 (+0000) Subject: * src/options.c (symtab.h): Include it, need by lex.h. X-Git-Tag: pre-merge-of-1-29-branch~12 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c0629aa10fe22573baa1212ef4fdf25e5d683dcc?ds=inline * src/options.c (symtab.h): Include it, need by lex.h. --- 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"