summaryrefslogtreecommitdiff
path: root/2003/i/buzz/src/automate/lexer.ll
diff options
context:
space:
mode:
Diffstat (limited to '2003/i/buzz/src/automate/lexer.ll')
-rw-r--r--2003/i/buzz/src/automate/lexer.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/2003/i/buzz/src/automate/lexer.ll b/2003/i/buzz/src/automate/lexer.ll
index 6760aee..9cf6c93 100644
--- a/2003/i/buzz/src/automate/lexer.ll
+++ b/2003/i/buzz/src/automate/lexer.ll
@@ -5,7 +5,7 @@ using namespace std;
#include "grafcet.h"
using namespace Automate;
-#include "grammar.tab.hh"
+#include "grammar.h"
int yyparse (void);