From f9fea777405b43dd4143548d573d3799b9fb728f Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 3 Oct 2017 15:36:05 +0200 Subject: i386: hvf: header cleanup Remove inclusions of system headers and avoid "pragma once". Signed-off-by: Paolo Bonzini --- target/i386/hvf/x86_decode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target/i386/hvf/x86_decode.c') diff --git a/target/i386/hvf/x86_decode.c b/target/i386/hvf/x86_decode.c index 623c051339..2a42a67130 100644 --- a/target/i386/hvf/x86_decode.c +++ b/target/i386/hvf/x86_decode.c @@ -18,6 +18,7 @@ #include "qemu/osdep.h" +#include "qemu-common.h" #include "x86_decode.h" #include "string.h" #include "vmx.h" -- cgit v1.2.3-55-g7522