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/net/spapr_llan.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/net/spapr_llan.c') diff --git a/hw/net/spapr_llan.c b/hw/net/spapr_llan.c index 5237b4d863..6aa06ccc50 100644 --- a/hw/net/spapr_llan.c +++ b/hw/net/spapr_llan.c @@ -25,6 +25,8 @@ * */ #include "qemu/osdep.h" +#include "qemu-common.h" +#include "cpu.h" #include "hw/hw.h" #include "net/net.h" #include "hw/qdev.h" -- cgit v1.2.3