From 005f85b7d84a703926ba87d09ded89527368f9bf Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Sun, 29 Dec 2019 18:29:25 +0000 Subject: [PATCH] x86: include xen/lib.h in guest/pvh-boot.h It needs ASSERT_UNREACHABLE. Signed-off-by: Wei Liu Acked-by: Jan Beulich --- xen/include/asm-x86/guest/pvh-boot.h | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.30.2