From 22b31af26ff31ef97a9d482fb5e336d699ae33f3 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 20 May 2016 13:57:32 +0200 Subject: aspeed: include qemu/log.h This is not visible with the default "log" trace backend. With other backends however trace.h does not include qemu/log.h, resulting in build failures. Signed-off-by: Paolo Bonzini Message-id: 1463745452-25831-2-git-send-email-pbonzini@redhat.com Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- hw/timer/aspeed_timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/timer') 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 -- cgit v1.2.3