diff options
Diffstat (limited to 'hw/vfio-user/container.h')
-rw-r--r-- | hw/vfio-user/container.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/vfio-user/container.h b/hw/vfio-user/container.h index 96aa678..a2b42e3 100644 --- a/hw/vfio-user/container.h +++ b/hw/vfio-user/container.h @@ -9,12 +9,12 @@ #include "qemu/osdep.h" -#include "hw/vfio/vfio-container-base.h" +#include "hw/vfio/vfio-container.h" #include "hw/vfio-user/proxy.h" /* MMU container sub-class for vfio-user. */ struct VFIOUserContainer { - VFIOContainerBase parent_obj; + VFIOContainer parent_obj; VFIOUserProxy *proxy; }; |