diff options
Diffstat (limited to 'scripts/tracetool/format/tcg_helper_c.py')
-rw-r--r-- | scripts/tracetool/format/tcg_helper_c.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/tracetool/format/tcg_helper_c.py b/scripts/tracetool/format/tcg_helper_c.py index 7dccd8c5ec..ec7acbe347 100644 --- a/scripts/tracetool/format/tcg_helper_c.py +++ b/scripts/tracetool/format/tcg_helper_c.py @@ -55,6 +55,7 @@ def generate(events, backend, group): '#include "qemu-common.h"', '#include "cpu.h"', '#include "exec/helper-proto.h"', + '#include "%s"' % header, '', ) |