diff options
Diffstat (limited to 'luatablegen.py')
-rwxr-xr-x | luatablegen.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luatablegen.py b/luatablegen.py index 099417e..a50fa1f 100755 --- a/luatablegen.py +++ b/luatablegen.py @@ -720,8 +720,8 @@ class TbgParser(object): else: tbl_source.write(header.replace("HHH", "")) tbl_header.write(header.replace("HHH", "")) - tbl_source.write('#include "../wasm.h"\n') - tbl_header.write('#include "../wasm.h"\n') + tbl_source.write('#include "./structs.h"\n') + tbl_header.write('#include "./structs.h"\n') tbl_tag_list = [] simple_table_list = [] for elem in self.elems: |