Include asm_defns.h because ASM_CALL_CONSTRAINT is defined there. Include xen/lib.h because we need ASSERT_UNREACHABLE.
No functional change. Signed-off-by: Wei Liu <li...@microsoft.com> Reviewed-by: Roger Pau Monné <roger....@citrix.com> Acked-by: Jan Beulich <jbeul...@suse.com> --- xen/include/asm-x86/guest/hypercall.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xen/include/asm-x86/guest/hypercall.h b/xen/include/asm-x86/guest/hypercall.h index d548816b30..d0d2f5022d 100644 --- a/xen/include/asm-x86/guest/hypercall.h +++ b/xen/include/asm-x86/guest/hypercall.h @@ -23,6 +23,8 @@ #include <xen/types.h> +#include <asm/asm_defns.h> + #include <public/xen.h> #include <public/sched.h> #include <public/hvm/hvm_op.h> @@ -180,6 +182,8 @@ static inline long xen_hypercall_set_evtchn_upcall_vector( #else /* CONFIG_XEN_GUEST */ +#include <xen/lib.h> + #include <public/sched.h> static inline void xen_hypercall_console_write( -- 2.20.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel