]> git.saurik.com Git - bison.git/commitdiff
* src/main.c: Include lex.h.
authorMarc Autret <autret_m@epita.fr>
Mon, 1 Oct 2001 19:37:31 +0000 (19:37 +0000)
committerMarc Autret <autret_m@epita.fr>
Mon, 1 Oct 2001 19:37:31 +0000 (19:37 +0000)
ChangeLog
src/main.c

index c4f4ddfbed6772342b455dde8b01db32ecb7990c..0b5674beae0c8e3523c28fde504890b996179e14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-01  Marc Autret  <autret_m@epita.fr>
+
+       * src/main.c: Include lex.h.
+
 2001-09-29  Akim Demaille  <akim@epita.fr>
 
        * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
index 60322cf350ded3ed5aaefdc1d89fb77a2140d169..0ae84dbeabc2bb6ccaa40044e94ad488eb26dede 100644 (file)
@@ -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;