diff options
Diffstat (limited to 'xen')
-rw-r--r-- | xen/block.c | 1 | ||||
-rw-r--r-- | xen/net.c | 1 | ||||
-rw-r--r-- | xen/store.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/xen/block.c b/xen/block.c index 02d410f..fb18b67 100644 --- a/xen/block.c +++ b/xen/block.c @@ -18,6 +18,7 @@ #include <sys/types.h> #include <mach/mig_errors.h> +#include <kern/kalloc.h> #include <ipc/ipc_port.h> #include <ipc/ipc_space.h> #include <vm/vm_kern.h> @@ -18,6 +18,7 @@ #include <sys/types.h> #include <mach/mig_errors.h> +#include <kern/kalloc.h> #include <ipc/ipc_port.h> #include <ipc/ipc_space.h> #include <vm/vm_kern.h> diff --git a/xen/store.c b/xen/store.c index 94d0ae4..8796bb5 100644 --- a/xen/store.c +++ b/xen/store.c @@ -20,6 +20,7 @@ #include <mach/mig_support.h> #include <machine/pmap.h> #include <machine/ipl.h> +#include <kern/kalloc.h> #include <stdarg.h> #include <string.h> #include <alloca.h> |