From c0629aa10fe22573baa1212ef4fdf25e5d683dcc Mon Sep 17 00:00:00 2001 From: Pascal Bart Date: Thu, 20 Sep 2001 18:51:48 +0000 Subject: [PATCH] * src/options.c (symtab.h): Include it, need by lex.h. --- ChangeLog | 4 ++++ src/options.c | 1 + 2 files changed, 5 insertions(+) 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" -- 2.47.2