Commit b834b508 authored by Stefan Weil's avatar Stefan Weil Committed by Anthony Liguori
Browse files

w32: Fix broken build



Commit ef8621b1 added an include
file which is not available for MinGW compilations.

Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent c9a238e7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,7 +33,9 @@
#include "hyperv.h"

#include "hw/hw.h"
#if defined(CONFIG_KVM)
#include <linux/kvm_para.h>
#endif

/* feature flags taken from "Intel Processor Identification and the CPUID
 * Instruction" and AMD's "CPUID Specification".  In cases of disagreement