diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c index 136d9df0295ec5a297388ba22abe0ea5f538d205..a0179fc6b791f6afdce287d548054f2295dbffd8 100644 --- a/arch/x86/lguest/boot.c +++ b/arch/x86/lguest/boot.c @@ -56,6 +56,7 @@ #include <linux/lguest.h> #include <linux/lguest_launcher.h> #include <linux/virtio_console.h> +#include <linux/pm.h> #include <asm/paravirt.h> #include <asm/param.h> #include <asm/page.h>