diff options
author | kmacy <kmacy@FreeBSD.org> | 2008-08-15 04:00:44 +0000 |
---|---|---|
committer | kmacy <kmacy@FreeBSD.org> | 2008-08-15 04:00:44 +0000 |
commit | b65933479a786637c87bc614705959a36c45e7db (patch) | |
tree | 0721ec70e83fbe8cb95ceccec819f561a2f3958b /sys/xen/xenbus/xenbus_dev.c | |
parent | 35aef144acd461cbfe1b0e6a8aa1dfcfcbafcb2e (diff) | |
download | FreeBSD-src-b65933479a786637c87bc614705959a36c45e7db.zip FreeBSD-src-b65933479a786637c87bc614705959a36c45e7db.tar.gz |
Compile fixes for xen build.
MFC after: 1 month.
Diffstat (limited to 'sys/xen/xenbus/xenbus_dev.c')
-rw-r--r-- | sys/xen/xenbus/xenbus_dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/xen/xenbus/xenbus_dev.c b/sys/xen/xenbus/xenbus_dev.c index b1c72d9..3eb6408 100644 --- a/sys/xen/xenbus/xenbus_dev.c +++ b/sys/xen/xenbus/xenbus_dev.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include <sys/conf.h> +#include <machine/xen/xen-os.h> #include <machine/xen/hypervisor.h> #include <machine/xen/xenbus.h> #include <machine/xen/hypervisor.h> |