diff options
Diffstat (limited to 'target/avr')
-rw-r--r-- | target/avr/helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/avr/helper.c b/target/avr/helper.c index 981c29d..c27f702 100644 --- a/target/avr/helper.c +++ b/target/avr/helper.c @@ -19,6 +19,7 @@ */ #include "qemu/osdep.h" +#include "qemu/log.h" #include "cpu.h" #include "hw/core/tcg-cpu-ops.h" #include "exec/exec-all.h" |