diff options
Diffstat (limited to 'tcg/tcg-common.c')
-rw-r--r-- | tcg/tcg-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/tcg-common.c b/tcg/tcg-common.c index 97305a3efc..2f139de802 100644 --- a/tcg/tcg-common.c +++ b/tcg/tcg-common.c @@ -23,6 +23,8 @@ */ #include "qemu/osdep.h" +#include "qemu-common.h" +#include "exec/cpu-common.h" #include "tcg/tcg.h" #if defined(CONFIG_TCG_INTERPRETER) |