]> xenbits.xensource.com Git - xen.git/commitdiff
x86: include xen/lib.h in guest/pvh-boot.h
authorWei Liu <liuwe@microsoft.com>
Sun, 29 Dec 2019 18:29:25 +0000 (18:29 +0000)
committerWei Liu <liuwe@microsoft.com>
Fri, 3 Jan 2020 17:45:33 +0000 (17:45 +0000)
It needs ASSERT_UNREACHABLE.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-x86/guest/pvh-boot.h

index b8a76c4eed9a8d994dca3f453d32d457b3360954..48ffd1a0b1b40a8729e4cea9f045af978567173c 100644 (file)
@@ -30,6 +30,8 @@ void pvh_print_info(void);
 
 #else
 
+#include <xen/lib.h>
+
 #define pvh_boot 0
 
 static inline void pvh_init(multiboot_info_t **mbi, module_t **mod)