We need ASSERT_UNREACHABLE. Signed-off-by: Wei Liu <li...@microsoft.com> Reviewed-by: Roger Pau Monné <roger....@citrix.com> --- xen/include/asm-x86/guest/hypercall.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/xen/include/asm-x86/guest/hypercall.h b/xen/include/asm-x86/guest/hypercall.h index c9deca6ffc..d0d2f5022d 100644 --- a/xen/include/asm-x86/guest/hypercall.h +++ b/xen/include/asm-x86/guest/hypercall.h @@ -182,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