diff options
Diffstat (limited to 'drivers/char/hvc_lguest.c')
-rw-r--r-- | drivers/char/hvc_lguest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/hvc_lguest.c b/drivers/char/hvc_lguest.c index feeccba..3d6bd0b 100644 --- a/drivers/char/hvc_lguest.c +++ b/drivers/char/hvc_lguest.c @@ -35,6 +35,7 @@ #include <linux/err.h> #include <linux/init.h> #include <linux/lguest_bus.h> +#include <asm/paravirt.h> #include "hvc_console.h" /*D:340 This is our single console input buffer, with associated "struct |