summaryrefslogtreecommitdiff
path: root/tools/python-yasm/pyxelator/wrap_yasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python-yasm/pyxelator/wrap_yasm.py')
-rwxr-xr-xtools/python-yasm/pyxelator/wrap_yasm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python-yasm/pyxelator/wrap_yasm.py b/tools/python-yasm/pyxelator/wrap_yasm.py
index 45ee6237..58553ab2 100755
--- a/tools/python-yasm/pyxelator/wrap_yasm.py
+++ b/tools/python-yasm/pyxelator/wrap_yasm.py
@@ -25,7 +25,7 @@ def mk_tao(CPPFLAGS = "", CPP = "gcc -E", modname = '_yasm', oname = None, YASM_
CPPFLAGS += " -DYASM_LIB_INTERNAL"
CPPFLAGS += " -DYASM_BC_INTERNAL"
CPPFLAGS += " -DYASM_EXPR_INTERNAL"
- files = [ 'libyasm.h', 'libyasm/assocdat.h' ]
+ files = [ 'libyasm.h', 'libyasm/assocdat.h', 'libyasm/bitvect.h' ]
syms = get_syms( ['yasm'], [YASM_DIR] )
def cb(trans_unit, node, *args):