diff options
Diffstat (limited to 'drivers/xen/hypervisor.c')
-rw-r--r-- | drivers/xen/hypervisor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/hypervisor.c b/drivers/xen/hypervisor.c index d28df823c68..0b2311ba267 100644 --- a/drivers/xen/hypervisor.c +++ b/drivers/xen/hypervisor.c @@ -8,6 +8,7 @@ * Copyright (c) 2005, Grzegorz Milos, gm281@cam.ac.uk,Intel Research Cambridge * Copyright (c) 2020, EPAM Systems Inc. */ +#include <common.h> #include <cpu_func.h> #include <log.h> #include <memalign.h> |