From 4771d756f46219762477aaeaaef9bd215e3d5c60 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 19 Jan 2016 21:51:44 +0100 Subject: hw: explicitly include qemu-common.h and cpu.h Signed-off-by: Paolo Bonzini --- hw/s390x/s390-pci-bus.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/s390x/s390-pci-bus.c') diff --git a/hw/s390x/s390-pci-bus.c b/hw/s390x/s390-pci-bus.c index f5f679f82c..918b58543e 100644 --- a/hw/s390x/s390-pci-bus.c +++ b/hw/s390x/s390-pci-bus.c @@ -12,6 +12,8 @@ */ #include "qemu/osdep.h" +#include "qemu-common.h" +#include "cpu.h" #include "s390-pci-bus.h" #include #include -- cgit v1.2.1