diff options
Diffstat (limited to 'Build/source/texk/web2c/otps/otp-lexer.l')
-rw-r--r-- | Build/source/texk/web2c/otps/otp-lexer.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/otps/otp-lexer.l b/Build/source/texk/web2c/otps/otp-lexer.l index 9e4057d412a..32142af1ea7 100644 --- a/Build/source/texk/web2c/otps/otp-lexer.l +++ b/Build/source/texk/web2c/otps/otp-lexer.l @@ -26,7 +26,7 @@ along with Omega; if not, write to the Free Software Foundation, Inc., %{ #include "routines.h" #include "yystype.h" -#include "y_tab.h" +#include "otp-parser.h" #define YY_NO_UNPUT #define OTP_MAXCODE 0xFFFF int line_number = 1; |