From 8f24953af17767b8927b0af154c4294ab41577cc Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 30 Oct 2012 07:51:49 +0100 Subject: [PATCH] xen: include correct header for xen_pfn_t definition. Fixes build breakage: In file included from arch/x86/xen/xen-ops.h:7:0, from arch/x86/xen/platform-pci-unplug.c:27: include/xen/xen-ops.h:29:11: error: unknown type name 'xen_pfn_t' Signed-off-by: Ian Campbell Reported-by: Fengguang Wu Signed-off-by: Konrad Rzeszutek Wilk --- include/xen/xen-ops.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xen/xen-ops.h b/include/xen/xen-ops.h index ee188eb555b6..a50e7bee8912 100644 --- a/include/xen/xen-ops.h +++ b/include/xen/xen-ops.h @@ -2,6 +2,7 @@ #define INCLUDE_XEN_OPS_H #include +#include DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu); -- 2.39.5