diff options
| author | Elliott Mitchell <ehem+freebsd@m5p.com> | 2021-10-13 02:00:26 +0000 |
|---|---|---|
| committer | Roger Pau Monné <royger@FreeBSD.org> | 2022-02-07 09:11:56 +0000 |
| commit | ad7dd5149910a7bc5ff5353a54393e64e3e74690 (patch) | |
| tree | ac31ce0d88792bf9a836b95b2a69101f7df0bc0f /sys/dev/xen/control | |
| parent | 3a9fd8242b35884921dfc4e886f284a75870a536 (diff) | |
Diffstat (limited to 'sys/dev/xen/control')
| -rw-r--r-- | sys/dev/xen/control/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c index b42b52a62411..903864d84598 100644 --- a/sys/dev/xen/control/control.c +++ b/sys/dev/xen/control/control.c @@ -148,8 +148,8 @@ __FBSDID("$FreeBSD$"); #include <xen/hvm.h> -#include <xen/interface/event_channel.h> -#include <xen/interface/grant_table.h> +#include <contrib/xen/event_channel.h> +#include <contrib/xen/grant_table.h> #include <xen/xenbus/xenbusvar.h> |
