aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.l b/src/input.l
index 4cb7112..07b4f3b 100644
--- a/src/input.l
+++ b/src/input.l
@@ -1,6 +1,6 @@
%{
#include "trans.h"
-#include "y.tab.h"
+#include "gram.h"
char *file_name = "<stdin>";
int input_line = 1;

Return to:

Send suggestions and report system problems to the System administrator.