From: Wei Liu Date: Sun, 29 Dec 2019 18:29:25 +0000 (+0000) Subject: x86: include xen/lib.h in guest/pvh-boot.h X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~951 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=005f85b7d84a703926ba87d09ded89527368f9bf;p=xen.git x86: include xen/lib.h in guest/pvh-boot.h It needs ASSERT_UNREACHABLE. Signed-off-by: Wei Liu Acked-by: Jan Beulich --- diff --git a/xen/include/asm-x86/guest/pvh-boot.h b/xen/include/asm-x86/guest/pvh-boot.h index b8a76c4eed..48ffd1a0b1 100644 --- a/xen/include/asm-x86/guest/pvh-boot.h +++ b/xen/include/asm-x86/guest/pvh-boot.h @@ -30,6 +30,8 @@ void pvh_print_info(void); #else +#include + #define pvh_boot 0 static inline void pvh_init(multiboot_info_t **mbi, module_t **mod)