diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2008-12-29 06:31:03 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2008-12-29 06:31:03 +0000 |
| commit | 3a6d1fcf9c8ed864c98e449a0b7696be6c838aea (patch) | |
| tree | 78f4ff4cfc0d598fd6e8ccc01fa628fc8ded089f /sys/xen/features.c | |
| parent | 42d866dd69a50317c56b8e8ac29f020b739b3202 (diff) | |
Notes
Diffstat (limited to 'sys/xen/features.c')
| -rw-r--r-- | sys/xen/features.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xen/features.c b/sys/xen/features.c index 51d68990e98f..876a7d1e568f 100644 --- a/sys/xen/features.c +++ b/sys/xen/features.c @@ -3,7 +3,7 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> #include <machine/xen/xen-os.h> -#include <machine/xen/hypervisor.h> +#include <xen/hypervisor.h> #include <machine/xen/features.h> uint8_t xen_features[XENFEAT_NR_SUBMAPS * 32] /* __read_mostly */; |
