diff options
| -rw-r--r-- | hw/vfio/listener.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio/listener.c b/hw/vfio/listener.c index a2c19a3cec..b5cefc9395 100644 --- a/hw/vfio/listener.c +++ b/hw/vfio/listener.c @@ -25,6 +25,7 @@ #endif #include <linux/vfio.h> +#include "exec/target_page.h" #include "hw/vfio/vfio-device.h" #include "hw/vfio/pci.h" #include "system/address-spaces.h" |