diff options
Diffstat (limited to 'hw/vhost.h')
-rw-r--r-- | hw/vhost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vhost.h b/hw/vhost.h index 0c47229f91..6f6a906f4f 100644 --- a/hw/vhost.h +++ b/hw/vhost.h @@ -3,7 +3,7 @@ #include "hw/hw.h" #include "hw/virtio.h" -#include "memory.h" +#include "exec/memory.h" /* Generic structures common for any vhost based device. */ struct vhost_virtqueue { |