summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale/lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mklocale/lex.l')
-rw-r--r--usr.bin/mklocale/lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mklocale/lex.l b/usr.bin/mklocale/lex.l
index 11da3d5..0e2f1a9 100644
--- a/usr.bin/mklocale/lex.l
+++ b/usr.bin/mklocale/lex.l
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)lex.l 8.1 (Berkeley) 6/6/93";
#include <stdlib.h>
#include "ldef.h"
-#include "yacc.tab.h"
+#include "y.tab.h"
%}
ODIGIT [0-7]
OpenPOWER on IntegriCloud