diff options
Diffstat (limited to 'hw/timer')
-rw-r--r-- | hw/timer/aspeed_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/timer/aspeed_timer.c b/hw/timer/aspeed_timer.c index ebec35935d..4b94808821 100644 --- a/hw/timer/aspeed_timer.c +++ b/hw/timer/aspeed_timer.c @@ -17,6 +17,7 @@ #include "qemu/bitops.h" #include "qemu/main-loop.h" #include "qemu/timer.h" +#include "qemu/log.h" #include "trace.h" #define TIMER_NR_REGS 4 |