From ba6f6bf90fbbd0dc93b9912f5c5d99859120bcf5 Mon Sep 17 00:00:00 2001 From: Marc Autret Date: Mon, 1 Oct 2001 19:37:31 +0000 Subject: [PATCH] * src/main.c: Include lex.h. --- ChangeLog | 4 ++++ src/main.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index c4f4ddfb..0b5674be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-01 Marc Autret + + * src/main.c: Include lex.h. + 2001-09-29 Akim Demaille * src/getargs.c (longopts): `--debug' is `-t', not `-d'. diff --git a/src/main.c b/src/main.c index 60322cf3..0ae84dbe 100644 --- a/src/main.c +++ b/src/main.c @@ -35,6 +35,7 @@ #include "conflicts.h" #include "print_graph.h" #include "symtab.h" +#include "lex.h" /* The name this program was run with, for messages. */ char *program_name;