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 96655a0590..afd6e98537 100644 --- a/scripts/tracetool/format/tcg_helper_c.py +++ b/scripts/tracetool/format/tcg_helper_c.py @@ -23,6 +23,7 @@ def generate(events, backend): out('/* This file is autogenerated by tracetool, do not edit. */', '', + '#include "qemu/osdep.h"', '#include "qemu-common.h"', '#include "trace.h"', '#include "exec/helper-proto.h"', |