diff options
Diffstat (limited to 'hw/vhost.c')
-rw-r--r-- | hw/vhost.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/vhost.c b/hw/vhost.c index 34c4745d8c..1b8624d981 100644 --- a/hw/vhost.c +++ b/hw/vhost.c @@ -13,8 +13,7 @@ #include <sys/ioctl.h> #include "vhost.h" #include "hw/hw.h" -/* For range_get_last */ -#include "pci.h" +#include "range.h" #include <linux/vhost.h> static void vhost_dev_sync_region(struct vhost_dev *dev, |