diff options
Diffstat (limited to 'drivers/xen/gnttab.c')
-rw-r--r-- | drivers/xen/gnttab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/gnttab.c b/drivers/xen/gnttab.c index 005694a..31e96e2 100644 --- a/drivers/xen/gnttab.c +++ b/drivers/xen/gnttab.c @@ -14,6 +14,7 @@ * * [1] - http://xenbits.xen.org/gitweb/?p=mini-os.git;a=summary */ +#include <common.h> #include <asm/global_data.h> #include <linux/compiler.h> #include <log.h> |