diff options
author | phk <phk@FreeBSD.org> | 1996-06-02 17:22:01 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-06-02 17:22:01 +0000 |
commit | b5bea7dc4e3284c0692212c90e474538860e40d4 (patch) | |
tree | bd4b8eeaafb32744de0d97b55353c7fc8bab28a0 /usr.bin/mk_cmds/cmd_tbl.l | |
parent | 3b816e03a0ab1f42e628a571dd51ebe8fc8cdc6d (diff) | |
download | FreeBSD-src-b5bea7dc4e3284c0692212c90e474538860e40d4.zip FreeBSD-src-b5bea7dc4e3284c0692212c90e474538860e40d4.tar.gz |
Backout yacc changes.
Diffstat (limited to 'usr.bin/mk_cmds/cmd_tbl.l')
-rw-r--r-- | usr.bin/mk_cmds/cmd_tbl.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mk_cmds/cmd_tbl.l b/usr.bin/mk_cmds/cmd_tbl.l index 03d05bd..15b31c6 100644 --- a/usr.bin/mk_cmds/cmd_tbl.l +++ b/usr.bin/mk_cmds/cmd_tbl.l @@ -6,7 +6,7 @@ */ #include <string.h> -#include "ct.tab.h" +#include "y.tab.h" #include "copyright.h" extern char *last_token, *ds(); |