From 03dd024ff57733a55cd2e455f361d053c81b1b29 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 15 Dec 2015 13:16:16 +0100 Subject: hw: explicitly include qemu/log.h Move the inclusion out of hw/hw.h, most files do not need it. Signed-off-by: Paolo Bonzini --- target-arm/arm-powerctl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-arm/arm-powerctl.c') diff --git a/target-arm/arm-powerctl.c b/target-arm/arm-powerctl.c index cb9919b..ee475d9 100644 --- a/target-arm/arm-powerctl.c +++ b/target-arm/arm-powerctl.c @@ -13,6 +13,7 @@ #include #include "internals.h" #include "arm-powerctl.h" +#include "qemu/log.h" #ifndef DEBUG_ARM_POWERCTL #define DEBUG_ARM_POWERCTL 0 -- cgit v1.1